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 | 釉뤾굴 | 111010011000011110001001111010111010010010111110111010101011010110110100 | e98789eba4beeab5b4 |
UHC | 釉뤾굴 | 111010111011100010001111111010101011000110111100 | ebb88feab1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)