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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 罔z罔zB | 11100011101001100111101011100011101001100111101001000010 | e3a67ae3a67a42 |
EUC-JP | 罔z罔zB | 11100110101010000111101011100110101010000111101001000010 | e6a87ae6a87a42 |
UTF-8 | 罔z罔zB | 111001111011110110010100011110101110011110111101100101000111101001000010 | e7bd947ae7bd947a42 |
UHC | 罔z罔zB | 11011000110100100111101011011000110100100111101001000010 | d8d27ad8d27a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)