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 | ?????~^ | 00111111001111110011111100111111001111110111111001011110 | 3f3f3f3f3f7e5e |
SJIS-WIN | 蜿ゥ邯壼娼~^ | 1110010110001111101010011110011110110110100110101110010110001111101010010111111001011110 | e58fa9e7b69ae58fa97e5e |
EUC-JP | 蜿ゥ邯壼娼~^ | 111010011110111110001110101010011110111010111000110101001110011110111110101010110111111001011110 | e9ef8ea9eeb8d4e7beab7e5e |
UTF-8 | 蜿ゥ邯壼娼~^ | 1110100010011100101111111110111110111101101010011110100110000010101011111110010110100011101111001110010110101000101111000111111001011110 | e89cbfefbda9e982afe5a3bce5a8bc7e5e |
UHC | ??邯?娼~^ | 001111110011111111001010111110110011111111110011110111100111111001011110 | 3f3fcafb3ff3de7e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)