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 | 壯鞁 | 10011010111000011110100011011001 | 9ae1e8d9 |
EUC-JP | 壯鞁 | 11010100111000111111000011011011 | d4e3f0db |
UTF-8 | 壯鞁 | 111001011010001110101111111010011001111010000001 | e5a3afe99e81 |
UHC | 壯? | 111011011110000000111111 | ede03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)