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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邁夕邁夕^ | 111001111011000010010111010110111110011110110000100101110101101101011110 | e7b0975be7b0975b5e |
EUC-JP | 邁夕邁夕^ | 111011101011001011001101101111001110111010110010110011011011110001011110 | eeb2cdbceeb2cdbc5e |
UTF-8 | 邁夕邁夕^ | 11101001100000101000000111100101101001001001010111101001100000101000000111100101101001001001010101011110 | e98281e5a495e98281e5a4955e |
UHC | 邁夕邁夕^ | 110110001110010011100000101010101101100011100100111000001010101001011110 | d8e4e0aad8e4e0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)