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 | 11100110100010011000110111100011100011111000011011100011100011101010001101000010 | e6898de38f86e38ea342 |
| EUC-JP | 謇阪醇緕」B | 1110101111101001101110101110010110111101111001101110010111101110100011101010001101000010 | ebe9bae5bde6e5ee8ea342 |
| UTF-8 | 謇阪醇緕」B | 11101000101011001000011111101001100110001010101011101001100001101000011111100111101101111001010111101111101111011010001101000010 | e8ac87e998aae98687e7b795efbda342 |
| UHC | ?阪醇??B | 0011111111111000101000011110001011110101001111110011111101000010 | 3ff8a1e2f53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)