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 | 畩皋 | 11100001010111011110000110100110 | e15de1a6 |
EUC-JP | 畩皋 | 11100001101111101110001010101000 | e1bee2a8 |
UTF-8 | 畩皋 | 111001111001010110101001111001111001101010001011 | e795a9e79a8b |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)