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 | ??ø | 001111110011111111111000 | 3f3ff8 |
SJIS-WIN | 艤щ? | 1110010001111110100001001000101100111111 | e47e848b3f |
EUC-JP | 艤щø | 11100111110111111010011111101011100011111010100111001100 | e7dfa7eb8fa9cc |
UTF-8 | 艤щø | 11101000100010011010010011010001100010011100001110111000 | e889a4d189c3b8 |
UHC | 艤щø | 111010111111101010101100111010111010100110101010 | ebfaaceba9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)