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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 除??瑤 | 100011111001110000111111001111111110101010100010 | 8f9c3f3feaa2 |
EUC-JP | 除??瑤 | 101111011111110000111111001111111111010010100100 | bdfc3f3ff4a4 |
UTF-8 | 除곌횅瑤 | 111010011001100110100100111010101011001110001100111011011001101010000101111001111001000110100100 | e999a4eab38ced9a85e791a4 |
UHC | 除곌횅瑤 | 1111000010110110101100001110101011001000101101111110100011111101 | f0b6b0eac8b7e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)