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 | ?A???A??^ | 001111110100000100111111001111110011111101000001001111110011111101011110 | 3f413f3f3f413f3f5e |
SJIS-WIN | ?A???A??^ | 001111110100000100111111001111110011111101000001001111110011111101011110 | 3f413f3f3f413f3f5e |
EUC-JP | ?A???A??^ | 001111110100000100111111001111110011111101000001001111110011111101011110 | 3f413f3f3f413f3f5e |
UTF-8 | 혫A혰혵혫A혵짚^ | 111011011001100010101011010000011110110110011000101100001110110110011000101101011110110110011000101010110100000111101101100110001011010111101100101001111001101001011110 | ed98ab41ed98b0ed98b5ed98ab41ed98b5eca79a5e |
UHC | 혫A혰혵혫A혵짚^ | 110000101001001101000001110000101001011111000010100111001100001010010011010000011100001010011100110000101010010001011110 | c29341c297c29cc29341c29cc2a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)