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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 猷?┐^ | 100101110101000100111111100001001010001001011110 | 97513f84a25e |
| EUC-JP | 猷?┐^ | 110011011011001000111111101010001010010001011110 | cdb23fa8a45e |
| UTF-8 | 猷띠┐^ | 11100111100011001011011111101011100111011010000011100010100101001001000001011110 | e78cb7eb9da0e294905e |
| UHC | 猷띠┐^ | 11101011101000111011011011101100101001101010010001011110 | eba3b6eca6a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)