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æ | 1110011010000010100011010101101011100110 | e6828d5ae6 |
SJIS-WIN | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
EUC-JP | æ??Zæ | 100011111010100111000001001111110011111101011010100011111010100111000001 | 8fa9c13f3f5a8fa9c1 |
UTF-8 | æZæ | 110000111010011011000010100000101100001010001101010110101100001110100110 | c3a6c282c28d5ac3a6 |
UHC | æ??Zæ | 10101001101000010011111100111111010110101010100110100001 | a9a13f3f5aa9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)