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 | 話矚 | 10011000011000101110000111011111 | 9862e1df |
EUC-JP | 話矚 | 11001111110000111110001011100001 | cfc3e2e1 |
UTF-8 | 話矚 | 111010001010100110110001111001111001111110011010 | e8a9b1e79f9a |
UHC | 話? | 111111001010010100111111 | fca53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)