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 | 瑤エ暿 | 1110101010100010101101001111101011011101 | eaa2b4fadd |
EUC-JP | 瑤エ暿 | 11110100101001001000111010110100100011111100001011011110 | f4a48eb48fc2de |
UTF-8 | 瑤エ暿 | 111001111001000110100100111011111011110110110100111001101001101010111111 | e791a4efbdb4e69abf |
UHC | 瑤?? | 11101000111111010011111100111111 | e8fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)