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 | 竅馮}竅馮{^ | 1110001010000001111010010110011101111101111000101000000111101001011001110111101101011110 | e281e9677de281e9677b5e |
EUC-JP | 竅馮}竅馮{^ | 1110001111100001111100011100100001111101111000111110000111110001110010000111101101011110 | e3e1f1c87de3e1f1c87b5e |
UTF-8 | 竅馮}竅馮{^ | 111001111010101110000101111010011010011010101110011111011110011110101011100001011110100110100110101011100111101101011110 | e7ab85e9a6ae7de7ab85e9a6ae7b5e |
UHC | 竅馮}竅馮{^ | 1101000010101011111110011010011101111101110100001010101111111001101001110111101101011110 | d0abf9a77dd0abf9a77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)