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 | ñø¿B | 1111000111111000100011101011111101000010 | f1f88ebf42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ñø?¿B | 1000111110101011110100001000111110101001110011000011111110001111101000101100010001000010 | 8fabd08fa9cc3f8fa2c442 |
UTF-8 | ñø¿B | 110000111011000111000011101110001100001010001110110000101011111101000010 | c3b1c3b8c28ec2bf42 |
UHC | ?ø?¿B | 00111111101010011010101000111111101000101010111101000010 | 3fa9aa3fa2af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)