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 | 里? | 100101111010001000111111 | 97a23f |
EUC-JP | 里? | 110011101010010000111111 | cea43f |
UTF-8 | 里㏘ | 111010011000011110001100111000111000111110011000 | e9878ce38f98 |
UHC | 里㏘ | 11010111111011001010001011100100 | d7eca2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)