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 | 10010000101110110111101010010000101110110111101001000010 | 90bb7a90bb7a42 |
EUC-JP | 製z製zB | 11000000101111010111101011000000101111010111101001000010 | c0bd7ac0bd7a42 |
UTF-8 | 製z製zB | 111010001010001110111101011110101110100010100011101111010111101001000010 | e8a3bd7ae8a3bd7a42 |
UHC | 製z製zB | 11110000101100100111101011110000101100100111101001000010 | f0b27af0b27a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)