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 | ?U}?U{^ | 00111111010101010111110100111111010101010111101101011110 | 3f557d3f557b5e |
SJIS-WIN | 宣U}宣U{^ | 100100001110100101010101011111011001000011101001010101010111101101011110 | 90e9557d90e9557b5e |
EUC-JP | 宣U}宣U{^ | 110000001110101101010101011111011100000011101011010101010111101101011110 | c0eb557dc0eb557b5e |
UTF-8 | 宣U}宣U{^ | 1110010110101110101000110101010101111101111001011010111010100011010101010111101101011110 | e5aea3557de5aea3557b5e |
UHC | 宣U}宣U{^ | 111000001011111001010101011111011110000010111110010101010111101101011110 | e0be557de0be557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)