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 | ????M^ | 001111110011111100111111001111110100110101011110 | 3f3f3f3f4d5e |
SJIS-WIN | 。ュ将、M^ | 10100001101011011000111110101011101001000100110101011110 | a1ad8faba44d5e |
EUC-JP | 。ュ将、M^ | 10001110101000011000111010101101101111101010110110001110101001000100110101011110 | 8ea18eadbead8ea44d5e |
UTF-8 | 。ュ将、M^ | 1110111110111101101000011110111110111101101011011110010110110000100001101110111110111101101001000100110101011110 | efbda1efbdade5b086efbda44d5e |
UHC | ????M^ | 001111110011111100111111001111110100110101011110 | 3f3f3f3f4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)