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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 製?鬱屯?^ | 100100001011101100111111100111110101010010010011110101000011111101011110 | 90bb3f9f5493d43f5e |
EUC-JP | 製?鬱屯?^ | 110000001011110100111111110111011011010111000110110101100011111101011110 | c0bd3fddb5c6d63f5e |
UTF-8 | 製렩鬱屯횅^ | 11101000101000111011110111101011101000001010100111101001101011001011000111100101101100011010111111101101100110101000010101011110 | e8a3bdeba0a9e9acb1e5b1afed9a855e |
UHC | 製렩鬱屯횅^ | 1111000010110010100011101011011111101010101001101101010011101010110010001011011101011110 | f0b28eb7eaa6d4eac8b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)