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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 鐔逸愁]H | 1110100001011100100010001110110110001111010001000101110101001000 | e85c88ed8f445d48 |
EUC-JP | 鐔逸愁]H | 1110111110111101101100001110111110111101101001010101110101001000 | efbdb0efbda55d48 |
UTF-8 | 鐔逸愁]H | 1110100110010000100101001110100110000000101110001110011010000100100000010101110101001000 | e99094e980b8e684815d48 |
UHC | ?逸愁]H | 00111111111011001110111111100001111111100101110101001000 | 3fecefe1fe5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)