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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | ?船囚^ | 001111111001000101000100100011101111101001011110 | 3f91448efa5e |
| EUC-JP | ?船囚^ | 001111111100000110100101101111001111110001011110 | 3fc1a5bcfc5e |
| UTF-8 | 挻船囚^ | 11100110100011001011101111101000100010001011100111100101100110111001101001011110 | e68cbbe888b9e59b9a5e |
| UHC | 挻船囚^ | 11100110110010011110000011001111111000011111011001011110 | e6c9e0cfe1f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)