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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?豹?豹^ | 00111111100101010101111000111111100101010101111001011110 | 3f955e3f955e5e |
EUC-JP | ?豹?豹^ | 00111111110010011011111100111111110010011011111101011110 | 3fc9bf3fc9bf5e |
UTF-8 | ꣸豹꣸豹^ | 11101010101000111011100011101000101100011011100111101010101000111011100011101000101100011011100101011110 | eaa3b8e8b1b9eaa3b8e8b1b95e |
UHC | ?豹?豹^ | 00111111111110001111101100111111111110001111101101011110 | 3ff8fb3ff8fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)