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 | 11100100010100000111101011100100010100000111101001000010 | e4507ae4507a42 |
EUC-JP | 膠z膠zB | 11100111101100010111101011100111101100010111101001000010 | e7b17ae7b17a42 |
UTF-8 | 膠z膠zB | 111010001000011010100000011110101110100010000110101000000111101001000010 | e886a07ae886a07a42 |
UHC | 膠z膠zB | 11001110111011110111101011001110111011110111101001000010 | ceef7aceef7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)