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 | 疾捨シソ湿 | 1000111010111110100011101100110010111100101111111000111010111100 | 8ebe8eccbcbf8ebc |
| EUC-JP | 疾捨シソ湿 | 10111100110000001011110011001110100011101011110010001110101111111011110010111110 | bcc0bcce8ebc8ebfbcbe |
| UTF-8 | 疾捨シソ湿 | 111001111001011010111110111001101000110110101000111011111011110110111100111011111011110110111111111001101011100110111111 | e796bee68da8efbdbcefbdbfe6b9bf |
| UHC | 疾捨??? | 11110010111100001101111011010111001111110011111100111111 | f2f0ded73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)