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 | ????X | 0011111100111111001111110011111101011000 | 3f3f3f3f58 |
SJIS-WIN | 鳥???X | 100100101011100100111111001111110011111101011000 | 92b93f3f3f58 |
EUC-JP | 鳥???X | 110001001011101100111111001111110011111101011000 | c4bb3f3f3f58 |
UTF-8 | 鳥희렰렠X | 11101001101100111010010111101101100111011010110011101011101000001011000011101011101000001010000001011000 | e9b3a5ed9daceba0b0eba0a058 |
UHC | 鳥희렰렠X | 111100001110100011001000111100011000111010111101100011101011000101011000 | f0e8c8f18ebd8eb158 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)