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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跡?楮?? | 10010000110101010011111110011110101110000011111100111111 | 90d53f9eb83f3f |
EUC-JP | 跡?楮?? | 11000000110101110011111111011100101110100011111100111111 | c0d73fdcba3f3f |
UTF-8 | 跡렢楮렡李 | 111010001011011110100001111010111010000010100010111001101010010110101110111010111010000010100001111011111010011110100001 | e8b7a1eba0a2e6a5aeeba0a1efa7a1 |
UHC | 跡렢楮렡李 | 11101110111001101000111010110011111011101011111110001110101100101110110010110000 | eee68eb3eebf8eb2ecb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)