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 | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | 。ュ将、@B | 10100001101011011000111110101011101001000100000001000010 | a1ad8faba44042 |
EUC-JP | 。ュ将、@B | 10001110101000011000111010101101101111101010110110001110101001000100000001000010 | 8ea18eadbead8ea44042 |
UTF-8 | 。ュ将、@B | 1110111110111101101000011110111110111101101011011110010110110000100001101110111110111101101001000100000001000010 | efbda1efbdade5b086efbda44042 |
UHC | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)