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 | 碆碯 | 11100001111011001110000111110011 | e1ece1f3 |
EUC-JP | 碆碯 | 11100010111011101110001011110101 | e2eee2f5 |
UTF-8 | 碆碯 | 111001111010001010000110111001111010001010101111 | e7a286e7a2af |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)