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 | 1111000111100001110001111011011101010000 | f1e1c7b750 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ñáÇ?P | 1000111110101011110100001000111110101011101000011000111110101010101011100011111101010000 | 8fabd08faba18faaae3f50 |
UTF-8 | ñáÇ·P | 110000111011000111000011101000011100001110000111110000101011011101010000 | c3b1c3a1c387c2b750 |
UHC | ???·P | 001111110011111100111111101000011010010001010000 | 3f3f3fa1a450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)