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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 陽瘁穩 | 100101110111101011100001100000011110001001110010 | 977ae181e272 |
| EUC-JP | 陽瘁穩 | 110011011101101111100001111000011110001111010011 | cddbe1e1e3d3 |
| UTF-8 | 陽瘁穩 | 111010011001100110111101111001111001100010000001111001111010100110101001 | e999bde79881e7a9a9 |
| UHC | 陽?穩 | 1110010111010101001111111110100010110001 | e5d53fe8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)