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 | ??F?? | 0011111100111111010001100011111100111111 | 3f3f463f3f |
SJIS-WIN | ??F?錮 | 001111110011111101000110001111111110011111111100 | 3f3f463fe7fc |
EUC-JP | ??F?錮 | 001111110011111101000110001111111110111011111110 | 3f3f463feefe |
UTF-8 | 렻렎F렺錮 | 11101011101000001011101111101011101000001000111001000110111010111010000010111010111010011000110010101110 | eba0bbeba08e46eba0bae98cae |
UHC | 렻렎F렺錮 | 100011101100001110001110101001000100011010001110110000101100110111010001 | 8ec38ea4468ec2cdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)