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 | ÌòöÀP | 1100110011110010111101101100000001010000 | ccf2f6c050 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ÌòöÀP | 10001111101010101100000010001111101010111101001010001111101010111101001110001111101010101010001001010000 | 8faac08fabd28fabd38faaa250 |
UTF-8 | ÌòöÀP | 110000111000110011000011101100101100001110110110110000111000000001010000 | c38cc3b2c3b6c38050 |
UHC | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)