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 | ??gF | 00111111001111110110011101000110 | 3f3f6746 |
SJIS-WIN | ツ但gF | 1100001010010010010000010110011101000110 | c292416746 |
EUC-JP | ツ但gF | 100011101100001011000011101000100110011101000110 | 8ec2c3a26746 |
UTF-8 | ツ但gF | 1110111110111110100000101110010010111101100001100110011101000110 | efbe82e4bd866746 |
UHC | ?但gF | 0011111111010011101000110110011101000110 | 3fd3a36746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)