To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???苑? | 001111110011111100111111100010011001000100111111 | 3f3f3f89913f |
EUC-JP | ???苑? | 001111110011111100111111101100011111000100111111 | 3f3f3fb1f13f |
UTF-8 | 蓮곣뫗苑뾉 | 111011111010011010011001111010101011001110100011111010111010101110010111111010001000101110010001111010111011111010001001 | efa699eab3a3ebab97e88b91ebbe89 |
UHC | 蓮곣뫗苑뾉 | 11100110111001011000000111100010100100011011100111101010101111011001011101000111 | e6e581e291b9eabd9747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)