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 | ??????d | 00111111001111110011111100111111001111110011111101100100 | 3f3f3f3f3f3f64 |
SJIS-WIN | 遏ュ雜ウ蛛エd | 11100111100111111010110111101000101101101011001111100101100000011011010001100100 | e79fade8b6b3e581b464 |
EUC-JP | 遏ュ雜ウ蛛エd | 11101110101000011000111010101101111100001011100010001110101100111110100111100001100011101011010001100100 | eea18eadf0b88eb3e9e18eb464 |
UTF-8 | 遏ュ雜ウ蛛エd | 11101001100000011000111111101111101111011010110111101001100110111001110011101111101111011011001111101000100110111001101111101111101111011011010001100100 | e9818fefbdade99b9cefbdb3e89b9befbdb464 |
UHC | ??雜?蛛?d | 001111110011111111101101110110100011111111110001110010000011111101100100 | 3f3fedda3ff1c83f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)