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 | 1110011110110000100101000100000001000010 | e7b0944042 |
SJIS-WIN | ?°?@B | 001111111000000110001011001111110100000001000010 | 3f818b3f4042 |
EUC-JP | ç°?@B | 1000111110101011101011101010000111101011001111110100000001000010 | 8fabaea1eb3f4042 |
UTF-8 | ç°@B | 1100001110100111110000101011000011000010100101000100000001000010 | c3a7c2b0c2944042 |
UHC | ?°?@B | 001111111010000111000110001111110100000001000010 | 3fa1c63f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)