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 | 瑤エ雹 | 1110101010100010101101001110100010111001 | eaa2b4e8b9 |
EUC-JP | 瑤エ雹 | 111101001010010010001110101101001111000010111011 | f4a48eb4f0bb |
UTF-8 | 瑤エ雹 | 111001111001000110100100111011111011110110110100111010011001101110111001 | e791a4efbdb4e99bb9 |
UHC | 瑤?雹 | 1110100011111101001111111101101011011111 | e8fd3fdadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)