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 | 殉?}殉?{^ | 100011110111110100111111011111011000111101111101001111110111101101011110 | 8f7d3f7d8f7d3f7b5e |
EUC-JP | 殉?}殉?{^ | 101111011101111000111111011111011011110111011110001111110111101101011110 | bdde3f7dbdde3f7b5e |
UTF-8 | 殉맻}殉맻{^ | 111001101010111010001001111010111010011110111011011111011110011010101110100010011110101110100111101110110111101101011110 | e6ae89eba7bb7de6ae89eba7bb7b5e |
UHC | 殉맻}殉맻{^ | 1110001011100110100100001011110001111101111000101110011010010000101111000111101101011110 | e2e690bc7de2e690bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)