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 | 縣嫉 | 11100011011100001000111010111001 | e3708eb9 |
EUC-JP | 縣嫉 | 11100101110100011011110010111011 | e5d1bcbb |
UTF-8 | 縣嫉 | 111001111011100010100011111001011010101110001001 | e7b8a3e5ab89 |
UHC | 縣嫉 | 11111010111000111111001011101100 | fae3f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)