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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 措??? | 1001000101011011001111110011111100111111 | 915b3f3f3f |
| EUC-JP | 措??? | 1100000110111100001111110011111100111111 | c1bc3f3f3f |
| UTF-8 | 措롖뤶鸞 | 111001101000111010101010111010111010000110010110111010111010010010110110111011111010010010100000 | e68eaaeba196eba4b6efa4a0 |
| UHC | 措롖뤶鸞 | 1111000011000010100011101101101010001111111001001101000111110010 | f0c28eda8fe4d1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)