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 | ò£¶ë«® | 1111001010100011101101101110101110001110101010111000111010101110 | f2a3b6eb8eab8eae |
SJIS-WIN | ?£¶????? | 00111111100000011001001010000001111101110011111100111111001111110011111100111111 | 3f819281f73f3f3f3f3f |
EUC-JP | ò£¶ë???® | 10001111101010111101001010100001111100101010001011111001100011111010101110110011001111110011111100111111100011111010001011101110 | 8fabd2a1f2a2f98fabb33f3f3f8fa2ee |
UTF-8 | ò£¶ë«® | 11000011101100101100001010100011110000101011011011000011101010111100001010001110110000101010101111000010100011101100001010101110 | c3b2c2a3c2b6c3abc28ec2abc28ec2ae |
UHC | ??¶????® | 00111111001111111010001011010010001111110011111100111111001111111010001011100111 | 3f3fa2d23f3f3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)