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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 欲??^ | 1001011101111110001111110011111101011110 | 977e3f3f5e |
EUC-JP | 欲??^ | 1100110111011111001111110011111101011110 | cddf3f3f5e |
UTF-8 | 欲믣땝^ | 11100110101011001011001011101011101011111010001111101011100101011001110101011110 | e6acb2ebafa3eb959d5e |
UHC | 欲믣땝^ | 11101001101100001001001011100101101101101010110001011110 | e9b092e5b6ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)