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 | 翁?淨?弔 | 1000100110100101001111111001111111000100001111111001001010100010 | 89a53f9fc43f92a2 |
EUC-JP | 翁?淨?弔 | 1011001010100111001111111101111011000110001111111100010010100100 | b2a73fdec63fc4a4 |
UTF-8 | 翁렫淨렠弔 | 111001111011111110000001111010111010000010101011111001101011011110101000111010111010000010100000111001011011110010010100 | e7bf81eba0abe6b7a8eba0a0e5bc94 |
UHC | 翁렫淨렠弔 | 11101000101110101000111010111001111011111110010010001110101100011111000011000000 | e8ba8eb9efe48eb1f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)