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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | ロソ錂韭^ | 11011011101111111111101111011110111010001110101001011110 | dbbffbdee8ea5e |
| EUC-JP | ロソ錂韭^ | 10001110110110111000111010111111100011111110010011010100111100001110110001011110 | 8edb8ebf8fe4d4f0ec5e |
| UTF-8 | ロソ錂韭^ | 11101111101111101001101111101111101111011011111111101001100011001000001011101001100111111010110101011110 | efbe9befbdbfe98c82e99fad5e |
| UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)