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 | 1111000111111000100011101010111001010000 | f1f88eae50 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ñø?®P | 1000111110101011110100001000111110101001110011000011111110001111101000101110111001010000 | 8fabd08fa9cc3f8fa2ee50 |
UTF-8 | ñø®P | 110000111011000111000011101110001100001010001110110000101010111001010000 | c3b1c3b8c28ec2ae50 |
UHC | ?ø?®P | 00111111101010011010101000111111101000101110011101010000 | 3fa9aa3fa2e750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)