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 | 省ェ症ゥ | 10001111110010001111100010111100101010101000111111000111111100001011110010101001 | 8fc8f8bcaa8fc7f0bca9 |
| EUC-JP | 省?ェ症?ゥ | 10111110110010100011111110001110101010101011111011001001001111111000111010101001 | beca3f8eaabec93f8ea9 |
| UTF-8 | 省ェ症ゥ | 111001111001110010000001111011101001100110011011111011111011110110101010111001111001011110000111111011101000000110111011111011111011110110101001 | e79c81ee999befbdaae79787ee81bbefbda9 |
| UHC | 省??症?? | 1110000011111101001111110011111111110001111110000011111100111111 | e0fd3f3ff1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)