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 | 1100001110100101010111100111110101101001110000111010010101011110011111010110100101000010 | c3a55e7d69c3a55e7d6942 |
SJIS-WIN | ?¥^}i?¥^}iB | 00111111100000011000111101011110011111010110100100111111100000011000111101011110011111010110100101000010 | 3f818f5e7d693f818f5e7d6942 |
EUC-JP | Ã?^}iÃ?^}iB | 100011111010101010101010001111110101111001111101011010011000111110101010101010100011111101011110011111010110100101000010 | 8faaaa3f5e7d698faaaa3f5e7d6942 |
UTF-8 | å^}iå^}iB | 110000111000001111000010101001010101111001111101011010011100001110000011110000101010010101011110011111010110100101000010 | c383c2a55e7d69c383c2a55e7d6942 |
UHC | ??^}i??^}iB | 0011111100111111010111100111110101101001001111110011111101011110011111010110100101000010 | 3f3f5e7d693f3f5e7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)