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 | ?????® | 001111110011111100111111001111110011111110101110 | 3f3f3f3f3fae |
| SJIS-WIN | 鳥???諸? | 1001001010111001001111110011111100111111100011111001010000111111 | 92b93f3f3f8f943f |
| EUC-JP | 鳥???諸® | 11000100101110110011111100111111001111111011110111110100100011111010001011101110 | c4bb3f3f3fbdf48fa2ee |
| UTF-8 | 鳥희렰렠諸® | 1110100110110011101001011110110110011101101011001110101110100000101100001110101110100000101000001110100010101011101110001100001010101110 | e9b3a5ed9daceba0b0eba0a0e8abb8c2ae |
| UHC | 鳥희렰렠諸® | 111100001110100011001000111100011000111010111101100011101011000111110000101100111010001011100111 | f0e8c8f18ebd8eb1f0b3a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)