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æ | 11100110100000101000110101011010111001101000001110000111 | e6828d5ae68387 |
SJIS-WIN | ???Z??? | 00111111001111110011111101011010001111110011111100111111 | 3f3f3f5a3f3f3f |
EUC-JP | æ??Zæ?? | 1000111110101001110000010011111100111111010110101000111110101001110000010011111100111111 | 8fa9c13f3f5a8fa9c13f3f |
UTF-8 | æZæ | 11000011101001101100001010000010110000101000110101011010110000111010011011000010100000111100001010000111 | c3a6c282c28d5ac3a6c283c287 |
UHC | æ??Zæ?? | 101010011010000100111111001111110101101010101001101000010011111100111111 | a9a13f3f5aa9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)