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 | ã¹æY | 111000111011100110001100111001101000100101011001 | e3b98ce68959 |
SJIS-WIN | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
EUC-JP | ã??æ?Y | 10001111101010111010101000111111001111111000111110101001110000010011111101011001 | 8fabaa3f3f8fa9c13f59 |
UTF-8 | ã¹æY | 1100001110100011110000101011100111000010100011001100001110100110110000101000100101011001 | c3a3c2b9c28cc3a6c28959 |
UHC | ?¹?æ?Y | 0011111110101001111101100011111110101001101000010011111101011001 | 3fa9f63fa9a13f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)