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 | 形e?嚥? | 1000110001100000100000101000010100111111100110101000101100111111 | 8c6082853f9a8b3f |
| EUC-JP | 形e?嚥? | 1011011111000001101000111110010100111111110100111110101100111111 | b7c1a3e53fd3eb3f |
| UTF-8 | 形e쳣嚥득 | 111001011011110110100010111011111011110110000101111011001011001110100011111001011001101010100101111010111001001110011101 | e5bda2efbd85ecb3a3e59aa5eb939d |
| UHC | 形e쳣嚥득 | 11111011101000011010001111100101101010111000100111100110101111111011010111100110 | fba1a3e5ab89e6bfb5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)