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 | 1110000001111011111000000111101101000010 | e07be07b42 |
SJIS-WIN | ?{?{B | 0011111101111011001111110111101101000010 | 3f7b3f7b42 |
EUC-JP | à{à{B | 100011111010101110100010011110111000111110101011101000100111101101000010 | 8faba27b8faba27b42 |
UTF-8 | à{à{B | 11000011101000000111101111000011101000000111101101000010 | c3a07bc3a07b42 |
UHC | ?{?{B | 0011111101111011001111110111101101000010 | 3f7b3f7b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)