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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| EUC-JP | ?棅?棅^ | 001111111000111111000011111110110011111110001111110000111111101101011110 | 3f8fc3fb3f8fc3fb5e |
| UTF-8 | 접棅접棅^ | 11101100101000001001000111100110101000111000010111101100101000001001000111100110101000111000010101011110 | eca091e6a385eca091e6a3855e |
| UHC | 접棅접棅^ | 110000011010001011011100101110001100000110100010110111001011100001011110 | c1a2dcb8c1a2dcb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)