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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 。セゥB | 101000011011111010101001111101110101001101000010 | a1bea9f75342 |
EUC-JP | 。セゥ?B | 1000111010100001100011101011111010001110101010010011111101000010 | 8ea18ebe8ea93f42 |
UTF-8 | 。セゥB | 11101111101111011010000111101111101111011011111011101111101111011010100111101110100101001011011101000010 | efbda1efbdbeefbda9ee94b742 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)