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 | ???癰?? | 00111111001111110011111111100001100111100011111100111111 | 3f3f3fe19e3f3f |
| EUC-JP | ???癰?? | 00111111001111110011111111100001111111100011111100111111 | 3f3f3fe1fe3f3f |
| UTF-8 | 琉싲떎癰숅풑 | 111011111010011110001100111011001000101110110010111010111001011010001110111001111001100110110000111011001000100010000101111011011001001010010001 | efa78cec8bb2eb968ee799b0ec8885ed9291 |
| UHC | 琉싲떎癰숅풑 | 111010111010010010011010111010111000101110100100111010001011100110011001111010011011111010010101 | eba49aeb8ba4e8b999e9be95 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)