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 | èàÖ? | 11101000111000001101011000111111 | e8e0d63f |
SJIS-WIN | ???踪 | 0011111100111111001111111110011101001000 | 3f3f3fe748 |
EUC-JP | èàÖ踪 | 1000111110101011101100101000111110101011101000101000111110101010110100111110110110101001 | 8fabb28faba28faad3eda9 |
UTF-8 | èàÖ踪 | 110000111010100011000011101000001100001110010110111010001011100010101010 | c3a8c3a0c396e8b8aa |
UHC | ???踪 | 0011111100111111001111111111000110100001 | 3f3f3ff1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)