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 | 滬®BF | 1110011010111011100011101010110010001110101011100100001001000110 | e6bb8eac8eae4246 |
SJIS-WIN | ???¬??BF | 001111110011111100111111100000011100101000111111001111110100001001000110 | 3f3f3f81ca3f3f4246 |
EUC-JP | æ??¬?®BF | 10001111101010011100000100111111001111111010001011001100001111111000111110100010111011100100001001000110 | 8fa9c13f3fa2cc3f8fa2ee4246 |
UTF-8 | 滬®BF | 1100001110100110110000101011101111000010100011101100001010101100110000101000111011000010101011100100001001000110 | c3a6c2bbc28ec2acc28ec2ae4246 |
UHC | æ????®BF | 10101001101000010011111100111111001111110011111110100010111001110100001001000110 | a9a13f3f3f3fa2e74246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)