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 | FA`P | 10010010010001101001001001000001100011000110000001010000 | 924692418c6050 |
SJIS-WIN | ?F?A?`P | 00111111010001100011111101000001001111110110000001010000 | 3f463f413f6050 |
EUC-JP | ?F?A?`P | 00111111010001100011111101000001001111110110000001010000 | 3f463f413f6050 |
UTF-8 | FA`P | 11000010100100100100011011000010100100100100000111000010100011000110000001010000 | c29246c29241c28c6050 |
UHC | ?F?A?`P | 00111111010001100011111101000001001111110110000001010000 | 3f463f413f6050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)