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 | ??地曝ゲ’ | 00111111001111111001001001101110100101001001100010000011010100011000000101100110 | 3f3f926e949883518166 |
| EUC-JP | ??地曝ゲ’ | 00111111001111111100001111001111110001111111100010100101101100101010000111000111 | 3f3fc3cfc7f8a5b2a1c7 |
| UTF-8 | 룶끝地曝ゲ’ | 111010111010001110110110111010111000000110011101111001011001110010110000111001101001101110011101111000111000001010110010111000101000000010011001 | eba3b6eb819de59cb0e69b9de382b2e28099 |
| UHC | 룶끝地曝ゲ’ | 100011111010101110110011101000011111001010100010111110001110110110101011101100101010000110101111 | 8fabb3a1f2a2f8edabb2a1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)