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 | ºD^ | 1001000110111010100100100100010001011110 | 91ba92445e |
| SJIS-WIN | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
| EUC-JP | ?º?D^ | 00111111100011111010001011101011001111110100010001011110 | 3f8fa2eb3f445e |
| UTF-8 | ºD^ | 1100001010010001110000101011101011000010100100100100010001011110 | c291c2bac292445e |
| UHC | ?º?D^ | 001111111010100010101100001111110100010001011110 | 3fa8ac3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)