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 | 鋧七レ邇ォ | 11111011110011111000111010110101111100001010111011011010111001111000111010101011 | fbcf8eb5f0aedae78eab |
| EUC-JP | 鋧七?レ邇ォ | 100011111110010011001011101111001011011100111111100011101101101011101101111011101000111010101011 | 8fe4cbbcb73f8edaedee8eab |
| UTF-8 | 鋧七レ邇ォ | 111010011000101110100111111001001011100010000011111011101000000110101101111011111011111010011010111010011000001010000111111011111011110110101011 | e98ba7e4b883ee81adefbe9ae98287efbdab |
| UHC | ?七??邇? | 0011111111110110110100100011111100111111111011001100010000111111 | 3ff6d23f3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)