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 | 屬? | 100110111010001000111111 | 9ba23f |
EUC-JP | 屬? | 110101101010010000111111 | d6a43f |
UTF-8 | 屬깋 | 111001011011000110101100111010101011100110001011 | e5b1aceab98b |
UHC | 屬깋 | 11100001110101011000001110001001 | e1d58389 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)