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 | ???noBF | 00111111001111110011111101101110011011110100001001000110 | 3f3f3f6e6f4246 |
SJIS-WIN | 曖??noBF | 1001111001000010001111110011111101101110011011110100001001000110 | 9e423f3f6e6f4246 |
EUC-JP | 曖??noBF | 1101101110100011001111110011111101101110011011110100001001000110 | dba33f3f6e6f4246 |
UTF-8 | 曖럮뢞noBF | 11100110100110111001011011101011100111111010111011101011101000101001111001101110011011110100001001000110 | e69b96eb9faeeba29e6e6f4246 |
UHC | 曖럮뢞noBF | 11100100111100101000111010001111100011110101100101101110011011110100001001000110 | e4f28e8f8f596e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)