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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 貧貽貰鳧h | 100101010110111011100110110001001001011011100001111010011110100001101000 | 956ee6c496e1e9e868 |
EUC-JP | 貧貽貰鳧h | 110010011100111111101100110001101100110011100011111100101110101001101000 | c9cfecc6cce3f2ea68 |
UTF-8 | 貧貽貰鳧h | 11101000101100101010011111101000101100101011110111101000101100101011000011101001101100111010011101101000 | e8b2a7e8b2bde8b2b0e9b3a768 |
UHC | 貧貽貰鳧h | 110111101011100011101100110000101110000110101110110111011100000001101000 | deb8ecc2e1aeddc068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)