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 | 11100100011101100111101011100100011101100111101001000010 | e4767ae4767a42 |
EUC-JP | 舸z舸zB | 11100111110101110111101011100111110101110111101001000010 | e7d77ae7d77a42 |
UTF-8 | 舸z舸zB | 111010001000100010111000011110101110100010001000101110000111101001000010 | e888b87ae888b87a42 |
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)