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 | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 珈獺BF | 111000001101101111100000110110100100001001000110 | e0dbe0da4246 |
EUC-JP | 珈獺BF | 111000001101110111100000110111000100001001000110 | e0dde0dc4246 |
UTF-8 | 珈獺BF | 1110011110001111100010001110011110001101101110100100001001000110 | e78f88e78dba4246 |
UHC | ?獺BF | 0011111111010011101101110100001001000110 | 3fd3b74246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)