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 | 訒ク霆雁濤 | 111110111010001110111000111010001011101110001010111001011001111110110111 | fba3b8e8bb8ae59fb7 |
| EUC-JP | 訒ク霆雁濤 | 1000111111011101110010001000111010111000111100001011110110110100111001111101111010111001 | 8fddc88eb8f0bdb4e7deb9 |
| UTF-8 | 訒ク霆雁濤 | 111010001010100010010010111011111011110110111000111010011001110010000110111010011001101110000001111001101011111110100100 | e8a892efbdb8e99c86e99b81e6bfa4 |
| UHC | ??霆雁濤 | 0011111100111111111011111111110111100100110100101101010010100110 | 3f3feffde4d2d4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)