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 | 澳? | 111000000101001100111111 | e0533f |
EUC-JP | 澳? | 110111111011010000111111 | dfb43f |
UTF-8 | 澳턧 | 111001101011111010110011111011011000010010100111 | e6beb3ed84a7 |
UHC | 澳턧 | 11100111111111101011011001101000 | e7feb668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)