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 | ?潛懶 | 0011111111100000010010011001110011101111 | 3fe0499cef |
EUC-JP | ?潛懶 | 0011111111011111101010101101100011110001 | 3fdfaad8f1 |
UTF-8 | 뤺潛懶 | 111010111010010010111010111001101011110110011011111001101000011110110110 | eba4bae6bd9be687b6 |
UHC | 뤺潛懶 | 100011111110100011101101110101101101010011111011 | 8fe8edd6d4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)