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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???矣? | 001111110011111100111111111000011110000100111111 | 3f3f3fe1e13f |
| EUC-JP | ???矣? | 001111110011111100111111111000101110001100111111 | 3f3f3fe2e33f |
| UTF-8 | 亮쏙쪖矣뛑 | 111011111010010110110111111011001000111110011001111011001010101010010110111001111001111110100011111010111001101110010001 | efa5b7ec8f99ecaa96e79fa3eb9b91 |
| UHC | 亮쏙쪖矣뛑 | 11100101101110011011110111101111101001011001000011101011111110001000110101001111 | e5b9bdefa590ebf88d4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)