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 | ?????r^ | 00111111001111110011111100111111001111110111001001011110 | 3f3f3f3f3f725e |
| SJIS-WIN | ゙邇、竺r^ | 11110010101101101101111011100111100011101010010010001110101100010111001001011110 | f2b6dee78ea48eb1725e |
| EUC-JP | ?゙邇、竺r^ | 0011111110001110110111101110110111101110100011101010010010111100101100110111001001011110 | 3f8edeedee8ea4bcb3725e |
| UTF-8 | ゙邇、竺r^ | 1110111010000111101011011110111110111110100111101110100110000010100001111110111110111101101001001110011110101011101110100111001001011110 | ee87adefbe9ee98287efbda4e7abba725e |
| UHC | ??邇?竺r^ | 001111110011111111101100110001000011111111110101111001110111001001011110 | 3f3fecc43ff5e7725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)