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 | ??O | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | ?但O | 00111111100100100100000101001111 | 3f92414f |
| EUC-JP | ?但O | 00111111110000111010001001001111 | 3fc3a24f |
| UTF-8 | 렺但O | 11101011101000001011101011100100101111011000011001001111 | eba0bae4bd864f |
| UHC | 렺但O | 1000111011000010110100111010001101001111 | 8ec2d3a34f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)