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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 将烋将炮^ | 10001111101010111111001010100001111000000111110110001111101010111111001010100001111000000111101101011110 | 8fabf2a1e07d8fabf2a1e07b5e |
EUC-JP | 将?烋将?炮^ | 1011111010101101001111111101111111011110101111101010110100111111110111111101110001011110 | bead3fdfdebead3fdfdc5e |
UTF-8 | 将烋将炮^ | 11100101101100001000011011101110100001111001100011100111100000111000101111100101101100001000011011101110100001111001100011100111100000101010111001011110 | e5b086ee8798e7838be5b086ee8798e782ae5e |
UHC | ??烋???^ | 0011111100111111111111011100111000111111001111110011111101011110 | 3f3ffdce3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)