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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 諛域ソォ | 111001101000011110001000111001101011111110101011 | e68788e6bfab |
| EUC-JP | 諛域ソォ | 1110101111100111101100001110100010001110101111111000111010101011 | ebe7b0e88ebf8eab |
| UTF-8 | 諛域ソォ | 111010001010101110011011111001011001111110011111111011111011110110111111111011111011110110101011 | e8ab9be59f9fefbdbfefbdab |
| UHC | 諛域?? | 111010111011000011100110101101000011111100111111 | ebb0e6b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)