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 | ñø®x | 1111000111111000100011101010111001111000 | f1f88eae78 |
SJIS-WIN | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
EUC-JP | ñø?®x | 1000111110101011110100001000111110101001110011000011111110001111101000101110111001111000 | 8fabd08fa9cc3f8fa2ee78 |
UTF-8 | ñø®x | 110000111011000111000011101110001100001010001110110000101010111001111000 | c3b1c3b8c28ec2ae78 |
UHC | ?ø?®x | 00111111101010011010101000111111101000101110011101111000 | 3fa9aa3fa2e778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)