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 | ??地曝ダ∵ | 00111111001111111001001001101110100101001001100010000011010111111000000111100110 | 3f3f926e9498835f81e6 |
| EUC-JP | ??地曝ダ∵ | 00111111001111111100001111001111110001111111100010100101110000001010001011101000 | 3f3fc3cfc7f8a5c0a2e8 |
| UTF-8 | 룶끝地曝ダ∵ | 111010111010001110110110111010111000000110011101111001011001110010110000111001101001101110011101111000111000001110000000111000101000100010110101 | eba3b6eb819de59cb0e69b9de38380e288b5 |
| UHC | 룶끝地曝ダ∵ | 100011111010101110110011101000011111001010100010111110001110110110101011110000001010000111110001 | 8fabb3a1f2a2f8edabc0a1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)