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 | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| EUC-JP | ?珏????O | 001111111000111111001011111011010011111100111111001111110011111101001111 | 3f8fcbed3f3f3f3f4f |
| UTF-8 | 렺珏렍렺뗘렮O | 11101011101000001011101011100111100011111000111111101011101000001000110111101011101000001011101011101011100101111001100011101011101000001010111001001111 | eba0bae78f8feba08deba0baeb9798eba0ae4f |
| UHC | 렺珏렍렺뗘렮O | 10001110110000101100101011000100100011101010001110001110110000101011011011000101100011101011101101001111 | 8ec2cac48ea38ec2b6c58ebb4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)