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 | 嵩? | 100100001001001100111111 | 90933f |
EUC-JP | 嵩? | 101111111111001100111111 | bff33f |
UTF-8 | 嵩띴 | 111001011011010110101001111010111001110110110100 | e5b5a9eb9db4 |
UHC | 嵩띴 | 11100011101000011000110111100100 | e3a18de4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)