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æ | 111001101000001010001101010110101110011010000011 | e6828d5ae683 |
SJIS-WIN | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
EUC-JP | æ??Zæ? | 10001111101010011100000100111111001111110101101010001111101010011100000100111111 | 8fa9c13f3f5a8fa9c13f |
UTF-8 | æZæ | 1100001110100110110000101000001011000010100011010101101011000011101001101100001010000011 | c3a6c282c28d5ac3a6c283 |
UHC | æ??Zæ? | 1010100110100001001111110011111101011010101010011010000100111111 | a9a13f3f5aa9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)