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 | 11100100110101001001011001001000011011110100001001000110 | e4d496486f4246 |
EUC-JP | 蕚蓬oBF | 11101000110101101100101110101001011011110100001001000110 | e8d6cba96f4246 |
UTF-8 | 蕚蓬oBF | 111010001001010110011010111010001001001110101100011011110100001001000110 | e8959ae893ac6f4246 |
UHC | ?蓬oBF | 001111111101110011101111011011110100001001000110 | 3fdcef6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)