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 | ë`ëOB | 111010111001111010010101011000001110101110011110100101010100111101000010 | eb9e9560eb9e954f42 |
SJIS-WIN | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
EUC-JP | ë??`ë??OB | 10001111101010111011001100111111001111110110000010001111101010111011001100111111001111110100111101000010 | 8fabb33f3f608fabb33f3f4f42 |
UTF-8 | ë`ëOB | 110000111010101111000010100111101100001010010101011000001100001110101011110000101001111011000010100101010100111101000010 | c3abc29ec29560c3abc29ec2954f42 |
UHC | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)