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 | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| SJIS-WIN | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| EUC-JP | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| UTF-8 | 렺조렺쩡렫O | 11101011101000001011101011101100101000011011000011101011101000001011101011101100101010011010000111101011101000001010101101001111 | eba0baeca1b0eba0baeca9a1eba0ab4f |
| UHC | 렺조렺쩡렫O | 1000111011000010110000011011011010001110110000101100001011000100100011101011100101001111 | 8ec2c1b68ec2c2c48eb94f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)