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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 渉ク賁^ | 100011111100001010111000111001101100101001011110 | 8fc2b8e6ca5e |
| EUC-JP | 渉ク賁^ | 10111110110001001000111010111000111011001100110001011110 | bec48eb8eccc5e |
| UTF-8 | 渉ク賁^ | 11100110101110001000100111101111101111011011100011101000101100111000000101011110 | e6b889efbdb8e8b3815e |
| UHC | ??賁^ | 0011111100111111110111011101001101011110 | 3f3fddd35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)