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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | ?棹存ぴ∵B | 00111111100111101010100010010001101101101000001011010010100000011110011001000010 | 3f9ea891b682d281e642 |
| EUC-JP | ?棹存ぴ∵B | 00111111110111001010101011000010101110001010010011010100101000101110100001000010 | 3fdcaac2b8a4d4a2e842 |
| UTF-8 | 룵棹存ぴ∵B | 11101011101000111011010111100110101000111011100111100101101011011001100011100011100000011011010011100010100010001011010101000010 | eba3b5e6a3b9e5ad98e381b4e288b542 |
| UHC | 룵棹存ぴ∵B | 1000111110101010110101001010000111110000111011011010101011010100101000011111000101000010 | 8faad4a1f0edaad4a1f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)