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 | Ó®I^ | 11010011101011100100100101011110 | d3ae495e |
SJIS-WIN | ??I^ | 00111111001111110100100101011110 | 3f3f495e |
EUC-JP | Ó®I^ | 1000111110101010110100011000111110100010111011100100100101011110 | 8faad18fa2ee495e |
UTF-8 | Ó®I^ | 110000111001001111000010101011100100100101011110 | c393c2ae495e |
UHC | ?®I^ | 0011111110100010111001110100100101011110 | 3fa2e7495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)