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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 高?禪 | 1000110110000010001111111110001001010111 | 8d823fe257 |
EUC-JP | 高?禪 | 1011100111100010001111111110001110111000 | b9e23fe3b8 |
UTF-8 | 高귤禪 | 111010011010101110011000111010101011011110100100111001111010011010101010 | e9ab98eab7a4e7a6aa |
UHC | 高귤禪 | 110011011101010010110001110101101110000011001001 | cdd4b1d6e0c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)