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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蟻絲 | 10001011011000011110001101001110 | 8b61e34e |
EUC-JP | 蟻絲 | 10110101110000101110010110101111 | b5c2e5af |
UTF-8 | 蟻絲 | 111010001001111110111011111001111011010110110010 | e89fbbe7b5b2 |
UHC | 蟻絲 | 11101011111111001101111011101010 | ebfcdeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)