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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑤エ寬 | 1110101010100010101101001111101010101010 | eaa2b4faaa |
EUC-JP | 瑤エ? | 1111010010100100100011101011010000111111 | f4a48eb43f |
UTF-8 | 瑤エ寬 | 111001111001000110100100111011111011110110110100111001011010111110101100 | e791a4efbdb4e5afac |
UHC | 瑤?寬 | 1110100011111101001111111100111010110000 | e8fd3fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)