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 | 低逗 | 10010010111000011001000010000000 | 92e19080 |
EUC-JP | 低逗 | 11000100111000111011111111100000 | c4e3bfe0 |
UTF-8 | 低逗 | 111001001011110110001110111010011000000010010111 | e4bd8ee98097 |
UHC | 低逗 | 11101110101110001101010011101000 | eeb8d4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)