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 | 룵ãèî | 1110101110100011101101011110001110000001100000011110100011101110 | eba3b5e38181e8ee |
| SJIS-WIN | ?£?????? | 001111111000000110010010001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f |
| EUC-JP | ë£?ã??èî | 1000111110101011101100111010000111110010001111111000111110101011101010100011111100111111100011111010101110110010100011111010101111000010 | 8fabb3a1f23f8fabaa3f3f8fabb28fabc2 |
| UTF-8 | 룵ãèî | 11000011101010111100001010100011110000101011010111000011101000111100001010000001110000101000000111000011101010001100001110101110 | c3abc2a3c2b5c3a3c281c281c3a8c3ae |
| UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)