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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痙顏鵈 | 111000010111101011101000111110001110100111111100 | e17ae8f8e9fc |
EUC-JP | 痙顏鵈 | 111000011101101111110000111110101111001011111110 | e1dbf0faf2fe |
UTF-8 | 痙顏鵈 | 111001111001011110011001111010011010000110001111111010011011010110001000 | e79799e9a18fe9b588 |
UHC | 痙?? | 11001100111000100011111100111111 | cce23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)