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 | 巐夥ィ護イ們 | 11111010101101101001101011101100101010001000110011101100101100101001100011101100 | fab69aeca88cecb298ec |
EUC-JP | 巐夥ィ護イ們 | 10001111101110111111100111010100111011101000111010101000101110001110111010001110101100101101000011101110 | 8fbbf9d4ee8ea8b8ee8eb2d0ee |
UTF-8 | 巐夥ィ護イ們 | 111001011011011110010000111001011010010010100101111011111011110110101000111010001010110110110111111011111011110110110010111001011000000010010001 | e5b790e5a4a5efbda8e8adb7efbdb2e58091 |
UHC | ???護?們 | 0011111100111111001111111111101111011110001111111101100111111010 | 3f3f3ffbde3fd9fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)