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 | 愈耕宅濟 | 1001011011111010100011010110101110010001111011101110000001011010 | 96fa8d6b91eee05a |
| EUC-JP | 愈耕宅濟 | 1100110011111100101110011100110011000010111100001101111110111011 | ccfcb9ccc2f0dfbb |
| UTF-8 | 愈耕宅濟 | 111001101000010010001000111010001000000010010101111001011010111010000101111001101011111110011111 | e68488e88095e5ae85e6bf9f |
| UHC | 愈耕宅濟 | 1110101011101111110011001110100111010011111010111111000010101101 | eaefcce9d3ebf0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)