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 | 10011100110100000111101010011100110100000111101001000010 | 9cd07a9cd07a42 |
EUC-JP | 慴z慴zB | 11011000110100100111101011011000110100100111101001000010 | d8d27ad8d27a42 |
UTF-8 | 慴z慴zB | 111001101000010110110100011110101110011010000101101101000111101001000010 | e685b47ae685b47a42 |
UHC | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)