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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巐ゥ巐霊イャ | 111110101011011010101001111110101011011010010111111011001011001010101100 | fab6a9fab697ecb2ac |
EUC-JP | 巐ゥ巐霊イャ | 1000111110111011111110011000111010101001100011111011101111111001110011101110111010001110101100101000111010101100 | 8fbbf98ea98fbbf9ceee8eb28eac |
UTF-8 | 巐ゥ巐霊イャ | 111001011011011110010000111011111011110110101001111001011011011110010000111010011001110010001010111011111011110110110010111011111011110110101100 | e5b790efbda9e5b790e99c8aefbdb2efbdac |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)