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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 猷??崖?^ | 1001011101010001001111110011111110001010010100100011111101011110 | 97513f3f8a523f5e |
| EUC-JP | 猷??崖?^ | 1100110110110010001111110011111110110011101100110011111101011110 | cdb23f3fb3b33f5e |
| UTF-8 | 猷띔큿崖릔^ | 11100111100011001011011111101011100111011001010011101101100000011011111111100101101101001001011011101011101001101001010001011110 | e78cb7eb9d94ed81bfe5b496eba6945e |
| UHC | 猷띔큿崖릔^ | 1110101110100011101101101110101010110100100011001110010011110000100100000111000001011110 | eba3b6eab48ce4f090705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)