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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 踐滔」晧 | 111001101111011010011111111010111010001110011101111011001111000110011000 | e6f69feba39decf198 |
| EUC-JP | 踐滔」晧? | 111011001111100011011110111011011000111010100011110110101110111000111111 | ecf8deed8ea3daee3f |
| UTF-8 | 踐滔」晧 | 111010001011100010010000111001101011101110010100111011111011110110100011111001101001100110100111111011101000010010010011 | e8b890e6bb94efbda3e699a7ee8493 |
| UHC | 踐滔?晧? | 1111010011000010110101001010010100111111111110111100010100111111 | f4c2d4a53ffbc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)