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 | ?貶 | 001111111110011011001000 | 3fe6c8 |
EUC-JP | 宼貶 | 1000111110111010110110101110110011001010 | 8fbadaecca |
UTF-8 | 宼貶 | 111001011010111010111100111010001011001010110110 | e5aebce8b2b6 |
UHC | ?貶 | 001111111111100010111111 | 3ff8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)