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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 愉?克 | 1001011011111001001111111000110110001110 | 96f93f8d8e |
EUC-JP | 愉?克 | 1100110011111011001111111011100111101110 | ccfb3fb9ee |
UTF-8 | 愉흡克 | 111001101000010010001001111011011001110110100001111001011000010110001011 | e68489ed9da1e5858b |
UHC | 愉흡克 | 111010101111000011001000111011011101000010111010 | eaf0c8edd0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)