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 | 簀偲謝 | 111000101100010110001110110000111000111011010011 | e2c58ec38ed3 |
| EUC-JP | 簀偲謝 | 111001001100011110111100110001011011110011010101 | e4c7bcc5bcd5 |
| UTF-8 | 簀偲謝 | 111001111011000010000000111001011000000110110010111010001010110010011101 | e7b080e581b2e8ac9d |
| UHC | ??謝 | 00111111001111111101111011110011 | 3f3fdef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)