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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 懷釟oBF | 10011100111001011110011111011010011011110100001001000110 | 9ce5e7da6f4246 |
EUC-JP | 懷釟oBF | 11011000111001111110111011011100011011110100001001000110 | d8e7eedc6f4246 |
UTF-8 | 懷釟oBF | 111001101000011110110111111010011000011110011111011011110100001001000110 | e687b7e9879f6f4246 |
UHC | 懷?oBF | 111111001110001100111111011011110100001001000110 | fce33f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)