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 | レ裹ィレ裹ィ | 1101101011100101111001011010100011011010111001011110010110101000 | dae5e5a8dae5e5a8 |
| EUC-JP | レ裹ィレ裹ィ | 100011101101101011101010111001111000111010101000100011101101101011101010111001111000111010101000 | 8edaeae78ea88edaeae78ea8 |
| UTF-8 | レ裹ィレ裹ィ | 111011111011111010011010111010001010001110111001111011111011110110101000111011111011111010011010111010001010001110111001111011111011110110101000 | efbe9ae8a3b9efbda8efbe9ae8a3b9efbda8 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)