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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ??だ?純 | 00111111001111111000001010111110001111111000111110000011 | 3f3f82be3f8f83 |
| EUC-JP | ??だ?純 | 00111111001111111010010011000000001111111011110111100011 | 3f3fa4c03fbde3 |
| UTF-8 | 룵햶だ룶純 | 111010111010001110110101111011011001011010110110111000111000000110100000111010111010001110110110111001111011010010010100 | eba3b5ed96b6e381a0eba3b6e7b494 |
| UHC | 룵햶だ룶純 | 10001111101010101100000110001111101010101100000010001111101010111110001011101101 | 8faac18faac08fabe2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)