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 | 秧②?涯? | 1110001001011110100001110100000100111111100010100101010100111111 | e25e87413f8a553f |
| EUC-JP | 秧??涯? | 11100011101111110011111100111111101100111011011000111111 | e3bf3f3fb3b63f |
| UTF-8 | 秧②윭涯얟 | 111001111010011110100111111000101001000110100001111011001001110010101101111001101011011010101111111011001001011010011111 | e7a7a7e291a1ec9cade6b6afec969f |
| UHC | 秧②윭涯얟 | 11100100111010111010100011101000100111111010110011100100111100111001111001000111 | e4eba8e89face4f39e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)