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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嶽?弑 | 1001101111010100001111111001110001010101 | 9bd43f9c55 |
EUC-JP | 嶽?弑 | 1101011011010110001111111101011110110110 | d6d63fd7b6 |
UTF-8 | 嶽렣弑 | 111001011011011010111101111010111010000010100011111001011011110010010001 | e5b6bdeba0a3e5bc91 |
UHC | 嶽렣弑 | 111001001100000010001110101101001110001110111101 | e4c08eb4e3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)