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 | æïiQ] | 1110011011101111011010010101000101011101 | e6ef69515d |
SJIS-WIN | ??iQ] | 0011111100111111011010010101000101011101 | 3f3f69515d |
EUC-JP | æïiQ] | 100011111010100111000001100011111010101111000001011010010101000101011101 | 8fa9c18fabc169515d |
UTF-8 | æïiQ] | 11000011101001101100001110101111011010010101000101011101 | c3a6c3af69515d |
UHC | æ?iQ] | 101010011010000100111111011010010101000101011101 | a9a13f69515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)