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 | zhE | 10001111011110101000111101101000100010011000110001000101 | 8f7a8f68898c45 |
SJIS-WIN | ?z?h??E | 00111111011110100011111101101000001111110011111101000101 | 3f7a3f683f3f45 |
EUC-JP | ?z?h??E | 00111111011110100011111101101000001111110011111101000101 | 3f7a3f683f3f45 |
UTF-8 | zhE | 1100001010001111011110101100001010001111011010001100001010001001110000101000110001000101 | c28f7ac28f68c289c28c45 |
UHC | ?z?h??E | 00111111011110100011111101101000001111110011111101000101 | 3f7a3f683f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)