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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 陂ゎ「カ] | 11101000100110001000001011101100101000101011011001011101 | e89882eca2b65d |
EUC-JP | 陂ゎ「カ] | 111011111111100010100100111011101000111010100010100011101011011001011101 | eff8a4ee8ea28eb65d |
UTF-8 | 陂ゎ「カ] | 11101001100110011000001011100011100000101000111011101111101111011010001011101111101111011011011001011101 | e99982e3828eefbda2efbdb65d |
UHC | 陂ゎ??] | 11111001101011101010101011101110001111110011111101011101 | f9aeaaee3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)