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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 魍鳧}魍鳧{^ | 1110100110110001111010011110100001111101111010011011000111101001111010000111101101011110 | e9b1e9e87de9b1e9e87b5e |
EUC-JP | 魍鳧}魍鳧{^ | 1111001010110011111100101110101001111101111100101011001111110010111010100111101101011110 | f2b3f2ea7df2b3f2ea7b5e |
UTF-8 | 魍鳧}魍鳧{^ | 111010011010110110001101111010011011001110100111011111011110100110101101100011011110100110110011101001110111101101011110 | e9ad8de9b3a77de9ad8de9b3a77b5e |
UHC | ?鳧}?鳧{^ | 001111111101110111000000011111010011111111011101110000000111101101011110 | 3fddc07d3fddc07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)