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 | 11100111011000010111101011100111011000010111101001000010 | e7617ae7617a42 |
EUC-JP | 軋z軋zB | 11101101110000100111101011101101110000100111101001000010 | edc27aedc27a42 |
UTF-8 | 軋z軋zB | 111010001011101110001011011110101110100010111011100010110111101001000010 | e8bb8b7ae8bb8b7a42 |
UHC | 軋z軋zB | 11100100110110000111101011100100110110000111101001000010 | e4d87ae4d87a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)