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 | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 曖??oBF | 10011110010000100011111100111111011011110100001001000110 | 9e423f3f6f4246 |
EUC-JP | 曖??oBF | 11011011101000110011111100111111011011110100001001000110 | dba33f3f6f4246 |
UTF-8 | 曖럮뢉oBF | 111001101001101110010110111010111001111110101110111010111010001010001001011011110100001001000110 | e69b96eb9faeeba2896f4246 |
UHC | 曖럮뢉oBF | 111001001111001010001110100011111000111101000101011011110100001001000110 | e4f28e8f8f456f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)