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 | 懈璞 | 10011100111001101110000011110111 | 9ce6e0f7 |
EUC-JP | 懈璞 | 11011000111010001110000011111001 | d8e8e0f9 |
UTF-8 | 懈璞 | 111001101000011110001000111001111001001010011110 | e68788e7929e |
UHC | 懈璞 | 11111010101010111101101011010111 | faabdad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)