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 | ?贇 | 001111111110011011010100 | 3fe6d4 |
EUC-JP | 寗贇 | 1000111110111010111000001110110011010110 | 8fbae0ecd6 |
UTF-8 | 寗贇 | 111001011010111110010111111010001011010010000111 | e5af97e8b487 |
UHC | 寗贇 | 11010010101111001110101111001011 | d2bcebcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)