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 | 11100010110101100111101011100010110101100111101001000010 | e2d67ae2d67a42 |
EUC-JP | 籔z籔zB | 11100100110110000111101011100100110110000111101001000010 | e4d87ae4d87a42 |
UTF-8 | 籔z籔zB | 111001111011000110010100011110101110011110110001100101000111101001000010 | e7b1947ae7b1947a42 |
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)