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 | 畧翩}畧翩{^ | 1110000101011111111000111100011101111101111000010101111111100011110001110111101101011110 | e15fe3c77de15fe3c77b5e |
EUC-JP | 畧翩}畧翩{^ | 1110000111000000111001101100100101111101111000011100000011100110110010010111101101011110 | e1c0e6c97de1c0e6c97b5e |
UTF-8 | 畧翩}畧翩{^ | 111001111001010110100111111001111011111110101001011111011110011110010101101001111110011110111111101010010111101101011110 | e795a7e7bfa97de795a7e7bfa97b5e |
UHC | ?翩}?翩{^ | 001111111111100010111011011111010011111111111000101110110111101101011110 | 3ff8bb7d3ff8bb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)