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 | 嘯蜃 | 10011010100000101110010110000111 | 9a82e587 |
EUC-JP | 嘯蜃 | 11010011111000101110100111100111 | d3e2e9e7 |
UTF-8 | 嘯蜃 | 111001011001100010101111111010001001110010000011 | e598afe89c83 |
UHC | 嘯蜃 | 11100001101100001110001111110001 | e1b0e3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)