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? | 001111110101101000111111 | 3f5a3f |
SJIS-WIN | ?Z洌 | 00111111010110101001111110101110 | 3f5a9fae |
EUC-JP | 馰Z洌 | 100011111110100011111011010110101101111010110000 | 8fe8fb5adeb0 |
UTF-8 | 馰Z洌 | 11101001101001101011000001011010111001101011010010001100 | e9a6b05ae6b48c |
UHC | ?Z洌 | 00111111010110101101011010101100 | 3f5ad6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)