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 | ??]??]B | 00111111001111110101110100111111001111110101110101000010 | 3f3f5d3f3f5d42 |
SJIS-WIN | ??]??]B | 00111111001111110101110100111111001111110101110101000010 | 3f3f5d3f3f5d42 |
EUC-JP | ??]??]B | 00111111001111110101110100111111001111110101110101000010 | 3f3f5d3f3f5d42 |
UTF-8 | 쒔렋]쒔렋]B | 111011001001001010010100111010111010000010001011010111011110110010010010100101001110101110100000100010110101110101000010 | ec9294eba08b5dec9294eba08b5d42 |
UHC | 쒔렋]쒔렋]B | 1011111010101101100011101010001001011101101111101010110110001110101000100101110101000010 | bead8ea25dbead8ea25d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)