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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 瑤?^ | 11101010101000100011111101011110 | eaa23f5e |
EUC-JP | 瑤?^ | 11110100101001000011111101011110 | f4a43f5e |
UTF-8 | 瑤싔^ | 11100111100100011010010011101100100010111001010001011110 | e791a4ec8b945e |
UHC | 瑤싔^ | 1110100011111101100110101101011101011110 | e8fd9ad75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)