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 | ×áò´^ | 1101011111100001111100101011010001011110 | d7e1f2b45e |
| SJIS-WIN | ×??´^ | 10000001011111100011111100111111100000010100110001011110 | 817e3f3f814c5e |
| EUC-JP | ×áò´^ | 1010000111011111100011111010101110100001100011111010101111010010101000011010110101011110 | a1df8faba18fabd2a1ad5e |
| UTF-8 | ×áò´^ | 110000111001011111000011101000011100001110110010110000101011010001011110 | c397c3a1c3b2c2b45e |
| UHC | ×??´^ | 10100001101111110011111100111111101000101010010101011110 | a1bf3f3fa2a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)