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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 疾捨シソ湿灼 | 10001110101111101000111011001100101111001011111110001110101111001000111011011100 | 8ebe8eccbcbf8ebc8edc |
| EUC-JP | 疾捨シソ湿灼 | 101111001100000010111100110011101000111010111100100011101011111110111100101111101011110011011110 | bcc0bcce8ebc8ebfbcbebcde |
| UTF-8 | 疾捨シソ湿灼 | 111001111001011010111110111001101000110110101000111011111011110110111100111011111011110110111111111001101011100110111111111001111000000110111100 | e796bee68da8efbdbcefbdbfe6b9bfe781bc |
| UHC | 疾捨???灼 | 111100101111000011011110110101110011111100111111001111111110110111000111 | f2f0ded73f3f3fedc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)