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 | 11100001011100110111101011100001011100110111101001000010 | e1737ae1737a42 |
EUC-JP | 疽z疽zB | 11100001110101000111101011100001110101000111101001000010 | e1d47ae1d47a42 |
UTF-8 | 疽z疽zB | 111001111001011010111101011110101110011110010110101111010111101001000010 | e796bd7ae796bd7a42 |
UHC | 疽z疽zB | 11101110110001010111101011101110110001010111101001000010 | eec57aeec57a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)