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 | ?@c?A?? | 00111111010000000110001100111111010000010011111100111111 | 3f40633f413f3f |
| SJIS-WIN | ?@c?A?? | 00111111010000000110001100111111010000010011111100111111 | 3f40633f413f3f |
| EUC-JP | ?@c?A?? | 00111111010000000110001100111111010000010011111100111111 | 3f40633f413f3f |
| UTF-8 | 혪@c혪A혩혻 | 111011011001100010101010010000000110001111101101100110001010101001000001111011011001100010101001111011011001100010111011 | ed98aa4063ed98aa41ed98a9ed98bb |
| UHC | 혪@c혪A혩혻 | 1100001010010010010000000110001111000010100100100100000111000010100100011100001010100000 | c2924063c29241c291c2a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)