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 | 聖蠅 | 10010000101110011110010110100010 | 90b9e5a2 |
EUC-JP | 聖蠅 | 11000000101110111110101010100100 | c0bbeaa4 |
UTF-8 | 聖蠅 | 111010001000000110010110111010001010000010000101 | e88196e8a085 |
UHC | 聖蠅 | 11100001101000011110001110110010 | e1a1e3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)