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 | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
SJIS-WIN | 弔?禹?咫?Z | 10010010101000100011111111100010010110100011111110011010010000000011111101011010 | 92a23fe25a3f9a403f5a |
EUC-JP | 弔?禹?咫?Z | 11000100101001000011111111100011101110110011111111010011101000010011111101011010 | c4a43fe3bb3fd3a13f5a |
UTF-8 | 弔렍禹렧咫렢Z | 11100101101111001001010011101011101000001000110111100111101001101011100111101011101000001010011111100101100100101010101111101011101000001010001001011010 | e5bc94eba08de7a6b9eba0a7e592abeba0a25a |
UHC | 弔렍禹렧咫렢Z | 11110000110000001000111010100011111010011110000010001110101101101111001010100001100011101011001101011010 | f0c08ea3e9e08eb6f2a18eb35a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)