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 | 琿爿 | 11100000111010111110000010101011 | e0ebe0ab |
EUC-JP | 琿爿 | 11100000111011011110000010101101 | e0ede0ad |
UTF-8 | 琿爿 | 111001111001000010111111111001111000100010111111 | e790bfe788bf |
UHC | 琿? | 111110111110101000111111 | fbea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)