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 | 棕?腸 | 1001111010100001001111111001001010110000 | 9ea13f92b0 |
| EUC-JP | 棕?腸 | 1101110010100011001111111100010010110010 | dca33fc4b2 |
| UTF-8 | 棕렋腸 | 111001101010001110010101111010111010000010001011111010001000010110111000 | e6a395eba08be885b8 |
| UHC | 棕렋腸 | 111100001111011110001110101000101110110111110011 | f0f78ea2edf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)