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 | ???CA | 0011111100111111001111110100001101000001 | 3f3f3f4341 |
SJIS-WIN | 裔??CA | 111001011110000100111111001111110100001101000001 | e5e13f3f4341 |
EUC-JP | 裔??CA | 111010101110001100111111001111110100001101000001 | eae33f3f4341 |
UTF-8 | 裔쏅젡CA | 1110100010100011100101001110110010001111100001011110110010100000101000010100001101000001 | e8a394ec8f85eca0a14341 |
UHC | 裔쏅젡CA | 1110011111100000100110111110101110100000100110100100001101000001 | e7e09beba09a4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)