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 | 10001101100101101000000110100100001111110100001001000110 | 8d9681a43f4246 |
EUC-JP | 獄▽?BF | 10111001111101101010001010100110001111110100001001000110 | b9f6a2a63f4246 |
UTF-8 | 獄▽엿BF | 1110011110001101100001001110001010010110101111011110110010010111101111110100001001000110 | e78d84e296bdec97bf4246 |
UHC | 獄▽엿BF | 1110100010101011101000011110010010111111101100110100001001000110 | e8aba1e4bfb34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)