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 | 蘆? | 111001010110001000111111 | e5623f |
EUC-JP | 蘆? | 111010011100001100111111 | e9c33f |
UTF-8 | 蘆당 | 111010001001100010000110111010111000101110111001 | e89886eb8bb9 |
UHC | 蘆당 | 11010110110101101011010011100111 | d6d6b4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)