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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 谺イ蝗 | 1110011010101100101100101110010110011011 | e6acb2e59b |
EUC-JP | 谺イ蝗 | 111011001010111010001110101100101110100111111011 | ecae8eb2e9fb |
UTF-8 | 谺イ蝗 | 111010001011000010111010111011111011110110110010111010001001110110010111 | e8b0baefbdb2e89d97 |
UHC | ??蝗 | 00111111001111111111110011011001 | 3f3ffcd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)