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 | 識? | 100011101010111100111111 | 8eaf3f |
EUC-JP | 識? | 101111001011000100111111 | bcb13f |
UTF-8 | 識뒋 | 111010001010110110011000111010111001001010001011 | e8ad98eb928b |
UHC | 識뒋 | 11100011110110111000101010001000 | e3db8a88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)