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 | 畫筌}畫筌{^ | 1110000101100000111000101010001101111101111000010110000011100010101000110111101101011110 | e160e2a37de160e2a37b5e |
EUC-JP | 畫筌}畫筌{^ | 1110000111000001111001001010010101111101111000011100000111100100101001010111101101011110 | e1c1e4a57de1c1e4a57b5e |
UTF-8 | 畫筌}畫筌{^ | 111001111001010110101011111001111010110110001100011111011110011110010101101010111110011110101101100011000111101101011110 | e795abe7ad8c7de795abe7ad8c7b5e |
UHC | ?筌}?筌{^ | 001111111110111110100111011111010011111111101111101001110111101101011110 | 3fefa77d3fefa77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)