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 | 襤щ▼^ | 11100110010000011000010010001011100000011010010101011110 | e641848b81a55e |
EUC-JP | 襤щ▼^ | 11101011101000101010011111101011101000101010011101011110 | eba2a7eba2a75e |
UTF-8 | 襤щ▼^ | 111010001010010110100100110100011000100111100010100101101011110001011110 | e8a5a4d189e296bc5e |
UHC | 襤щ▼^ | 11010101110000011010110011101011101000011110010101011110 | d5c1aceba1e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)