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 | 閹オ譛ア縺 | 1110100010000110101101011110011010011100101100011110001110000001 | e886b5e69cb1e381 |
| EUC-JP | 閹オ譛ア縺 | 11101111111001101000111010110101111010111111110010001110101100011110010111100001 | efe68eb5ebfc8eb1e5e1 |
| UTF-8 | 閹オ譛ア縺 | 111010011001011010111001111011111011110110110101111010001010110110011011111011111011110110110001111001111011100010111010 | e996b9efbdb5e8ad9befbdb1e7b8ba |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)