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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 羯榊 | 11100011101110011000110111100101 | e3b98de5 |
EUC-JP | 羯榊 | 11100110101110111011101011100111 | e6bbbae7 |
UTF-8 | 羯榊 | 111001111011111010101111111001101010011010001010 | e7beafe6a68a |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)