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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 獄??BF | 100011011001011000111111001111110100001001000110 | 8d963f3f4246 |
EUC-JP | 獄??BF | 101110011111011000111111001111110100001001000110 | b9f63f3f4246 |
UTF-8 | 獄꾣걙BF | 1110011110001101100001001110101010111110101000111110101010110001100110010100001001000110 | e78d84eabea3eab1994246 |
UHC | 獄꾣걙BF | 1110100010101011100001001110011010000001100000110100001001000110 | e8ab84e681834246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)