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 | 眞茹}眞茹{^ | 1110000111000001111001001010010101111101111000011100000111100100101001010111101101011110 | e1c1e4a57de1c1e4a57b5e |
EUC-JP | 眞茹}眞茹{^ | 1110001011000011111010001010011101111101111000101100001111101000101001110111101101011110 | e2c3e8a77de2c3e8a77b5e |
UTF-8 | 眞茹}眞茹{^ | 111001111001110010011110111010001000110010111001011111011110011110011100100111101110100010001100101110010111101101011110 | e79c9ee88cb97de79c9ee88cb97b5e |
UHC | 眞茹}眞茹{^ | 1111001011011000111001101010101001111101111100101101100011100110101010100111101101011110 | f2d8e6aa7df2d8e6aa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)