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 | å^}iå^}iB | 111001010101111001111101011010011110010101011110011111010110100101000010 | e55e7d69e55e7d6942 |
SJIS-WIN | ?^}i?^}iB | 001111110101111001111101011010010011111101011110011111010110100101000010 | 3f5e7d693f5e7d6942 |
EUC-JP | å^}iå^}iB | 10001111101010111010100101011110011111010110100110001111101010111010100101011110011111010110100101000010 | 8faba95e7d698faba95e7d6942 |
UTF-8 | å^}iå^}iB | 1100001110100101010111100111110101101001110000111010010101011110011111010110100101000010 | c3a55e7d69c3a55e7d6942 |
UHC | ?^}i?^}iB | 001111110101111001111101011010010011111101011110011111010110100101000010 | 3f5e7d693f5e7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)