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 | 縣C | 11100011011100001000001001100010 | e3708262 |
EUC-JP | 縣C | 11100101110100011010001111000011 | e5d1a3c3 |
UTF-8 | 縣C | 111001111011100010100011111011111011110010100011 | e7b8a3efbca3 |
UHC | 縣C | 11111010111000111010001111000011 | fae3a3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)