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 | 倚耕宅濟 | 1001100011011111100011010110101110010001111011101110000001011010 | 98df8d6b91eee05a |
| EUC-JP | 倚耕宅濟 | 1101000011100001101110011100110011000010111100001101111110111011 | d0e1b9ccc2f0dfbb |
| UTF-8 | 倚耕宅濟 | 111001011000000010011010111010001000000010010101111001011010111010000101111001101011111110011111 | e5809ae88095e5ae85e6bf9f |
| UHC | 倚耕宅濟 | 1110101111101111110011001110100111010011111010111111000010101101 | ebefcce9d3ebf0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)