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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瑾爿 | 11100000111101011110000010101011 | e0f5e0ab |
EUC-JP | 瑾爿 | 11100000111101111110000010101101 | e0f7e0ad |
UTF-8 | 瑾爿 | 111001111001000110111110111001111000100010111111 | e791bee788bf |
UHC | 瑾? | 110100001100100000111111 | d0c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)