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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 短側続 | 100100100101101010010001101001001001000110110001 | 925a91a491b1 |
| EUC-JP | 短側続 | 110000111011101111000010101001101100001010110011 | c3bbc2a6c2b3 |
| UTF-8 | 短側続 | 111001111001111110101101111001011000000110110100111001111011011010011010 | e79fade581b4e7b69a |
| UHC | 短側? | 1101001110101101111101101011000000111111 | d3adf6b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)