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 | ?削け?^ | 00111111100011011110110110000010101011110011111101011110 | 3f8ded82af3f5e |
EUC-JP | 邕削け?^ | 100011111110000111101101101110101110111110100100101100010011111101011110 | 8fe1edbaefa4b13f5e |
UTF-8 | 邕削け렖^ | 11101001100000101001010111100101100010011000101011100011100000011001000111101011101000001001011001011110 | e98295e5898ae38191eba0965e |
UHC | 邕削け렖^ | 111010001011101111011110111110111010101010110001100011101010101101011110 | e8bbdefbaab18eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)