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 | 瑤エ晥 | 1110101010100010101101001111101011010101 | eaa2b4fad5 |
EUC-JP | 瑤エ? | 1111010010100100100011101011010000111111 | f4a48eb43f |
UTF-8 | 瑤エ晥 | 111001111001000110100100111011111011110110110100111001101001100110100101 | e791a4efbdb4e699a5 |
UHC | 瑤?晥 | 1110100011111101001111111111110010110111 | e8fd3ffcb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)