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 | 諧?}諧?{^ | 111001100111111000111111011111011110011001111110001111110111101101011110 | e67e3f7de67e3f7b5e |
EUC-JP | 諧?}諧?{^ | 111010111101111100111111011111011110101111011111001111110111101101011110 | ebdf3f7debdf3f7b5e |
UTF-8 | 諧뭏}諧뭏{^ | 111010001010101110100111111010111010110110001111011111011110100010101011101001111110101110101101100011110111101101011110 | e8aba7ebad8f7de8aba7ebad8f7b5e |
UHC | 諧뭏}諧뭏{^ | 1111101010110010101110011011100001111101111110101011001010111001101110000111101101011110 | fab2b9b87dfab2b9b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)