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 | ???瘟? | 001111110011111100111111111000011000100100111111 | 3f3f3fe1893f |
| EUC-JP | ???瘟? | 001111110011111100111111111000011110100100111111 | 3f3f3fe1e93f |
| UTF-8 | 璘욤나瘟㎩ | 111011111010011110101111111011001001101010100100111010111000001010011000111001111001100010011111111000111000111010101001 | efa7afec9aa4eb8298e7989fe38ea9 |
| UHC | 璘욤나瘟㎩ | 11101100110111101011111111101000101100111010101011101000101100001010011111100101 | ecdebfe8b3aae8b0a7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)