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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 狠牆狠癢^ | 111000001100000111100000101011011110000011000001111000011001100001011110 | e0c1e0ade0c1e1985e |
| EUC-JP | 狠牆狠癢^ | 111000001100001111100000101011111110000011000011111000011111100001011110 | e0c3e0afe0c3e1f85e |
| UTF-8 | 狠牆狠癢^ | 11100111100010111010000011100111100010011000011011100111100010111010000011100111100110011010001001011110 | e78ba0e78986e78ba0e799a25e |
| UHC | ?牆??^ | 001111111110110111101101001111110011111101011110 | 3feded3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)