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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 鸚?9h | 111010100101111100111111100000100101100001101000 | ea5f3f825868 |
EUC-JP | 鸚?9h | 111100111100000000111111101000111011100101101000 | f3c03fa3b968 |
UTF-8 | 鸚붾9h | 11101001101110001001101011101011101101101011111011101111101111001001100101101000 | e9b89aebb6beefbc9968 |
UHC | 鸚붾9h | 11100101101001001001010011101011101000111011100101101000 | e5a494eba3b968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)