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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 塢??殃 | 100110101100011100111111001111111001111101101001 | 9ac73f3f9f69 |
EUC-JP | 塢??殃 | 110101001100100100111111001111111101110111001010 | d4c93f3fddca |
UTF-8 | 塢곩폊殃 | 111001011010000110100010111010101011001110101001111011011000111110001010111001101010111010000011 | e5a1a2eab3a9ed8f8ae6ae83 |
UHC | 塢곩폊殃 | 1110011111110001100000011110010110111100100101011110010011101010 | e7f181e5bc95e4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)