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 | 闌倬囂蟾朦^ | 1110100010001100100110001110100110011010100011111110010110110111100111100100111001011110 | e88c98e99a8fe5b79e4e5e |
EUC-JP | 闌倬囂蟾朦^ | 1110111111101100110100001110101111010011111011111110101010111001110110111010111101011110 | efecd0ebd3efeab9dbaf5e |
UTF-8 | 闌倬囂蟾朦^ | 11101001100101111000110011100101100000001010110011100101100110111000001011101000100111111011111011100110100111001010011001011110 | e9978ce580ace59b82e89fbee69ca65e |
UHC | ?倬?蟾朦^ | 001111111111011011110000001111111110000011101010110110011101010001011110 | 3ff6f03fe0ead9d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)