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 | 11100011110110100111101011100011110110100111101001000010 | e3da7ae3da7a42 |
EUC-JP | 聚z聚zB | 11100110110111000111101011100110110111000111101001000010 | e6dc7ae6dc7a42 |
UTF-8 | 聚z聚zB | 111010001000000110011010011110101110100010000001100110100111101001000010 | e8819a7ae8819a7a42 |
UHC | 聚z聚zB | 11110110101010010111101011110110101010010111101001000010 | f6a97af6a97a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)