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 | ?F | 0011111101000110 | 3f46 |
SJIS-WIN | 尨F | 100110111001100001000110 | 9b9846 |
EUC-JP | 尨F | 110101011111100001000110 | d5f846 |
UTF-8 | 尨F | 11100101101100001010100001000110 | e5b0a846 |
UHC | 尨F | 110110111010101101000110 | dbab46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)