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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 臟捧街B | 11100100011001101001010111111001100010100101100001000010 | e46695f98a5842 |
EUC-JP | 臟捧街B | 11100111110001111100101011111011101100111011100101000010 | e7c7cafbb3b942 |
UTF-8 | 臟捧街B | 11101000100001111001111111100110100011011010011111101000101000011001011101000010 | e8879fe68da7e8a19742 |
UHC | 臟捧街B | 11101101111101001101110011101001110010101011011001000010 | edf4dce9cab642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)