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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
| SJIS-WIN | 巍????A | 10011011110110010011111100111111001111110011111101000001 | 9bd93f3f3f3f41 |
| EUC-JP | 巍????A | 11010110110110110011111100111111001111110011111101000001 | d6db3f3f3f3f41 |
| UTF-8 | 巍렯롏렯렍A | 11100101101101111000110111101011101000001010111111101011101000011000111111101011101000001010111111101011101000001000110101000001 | e5b78deba0afeba18feba0afeba08d41 |
| UHC | 巍렯롏렯렍A | 1110100011100100100011101011110010001110110101011000111010111100100011101010001101000001 | e8e48ebc8ed58ebc8ea341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)