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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ??┬浴 | 001111110011111110000100101001101001011110000001 | 3f3f84a69781 |
| EUC-JP | ??┬浴 | 001111110011111110101000101010001100110111100001 | 3f3fa8a8cde1 |
| UTF-8 | 琉볣┬浴 | 111011111010011110001100111010111011001110100011111000101001010010101100111001101011010110110100 | efa78cebb3a3e294ace6b5b4 |
| UHC | 琉볣┬浴 | 1110101110100100100100111110100110100110101010001110100110110001 | eba493e9a6a8e9b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)