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 | 盖哺盖哺^ | 111000011011001110011010010011011110000110110011100110100100110101011110 | e1b39a4de1b39a4d5e |
EUC-JP | 盖哺盖哺^ | 111000101011010111010011101011101110001010110101110100111010111001011110 | e2b5d3aee2b5d3ae5e |
UTF-8 | 盖哺盖哺^ | 11100111100110111001011011100101100100111011101011100111100110111001011011100101100100111011101001011110 | e79b96e593bae79b96e593ba5e |
UHC | 盖哺盖哺^ | 110010111100110011111000110101001100101111001100111110001101010001011110 | cbccf8d4cbccf8d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)