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 | 蝪シ螻ッ嶸 | 1110010110100001101111001110010110110001101011111111101010110100 | e5a1bce5b1affab4 |
EUC-JP | 蝪シ螻ッ嶸 | 1110101010100011100011101011110011101010101100111000111010101111100011111011101111110100 | eaa38ebceab38eaf8fbbf4 |
UTF-8 | 蝪シ螻ッ嶸 | 111010001001110110101010111011111011110110111100111010001001111010111011111011111011110110101111111001011011011010111000 | e89daaefbdbce89ebbefbdafe5b6b8 |
UHC | ????嶸 | 001111110011111100111111001111111110011110101110 | 3f3f3f3fe7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)