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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釉?? | 11100111110101100011111100111111 | e7d63f3f |
EUC-JP | 釉?? | 11101110110110000011111100111111 | eed83f3f |
UTF-8 | 釉뤾늉 | 111010011000011110001001111010111010010010111110111010111000101010001001 | e98789eba4beeb8a89 |
UHC | 釉뤾늉 | 111010111011100010001111111010101011010010111111 | ebb88feab4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)