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 | 猷??瑤 | 100101110101000100111111001111111110101010100010 | 97513f3feaa2 |
EUC-JP | 猷??瑤 | 110011011011001000111111001111111111010010100100 | cdb23f3ff4a4 |
UTF-8 | 猷뜰꽦瑤 | 111001111000110010110111111010111001110010110000111010101011110110100110111001111001000110100100 | e78cb7eb9cb0eabda6e791a4 |
UHC | 猷뜰꽦瑤 | 1110101110100011101101101110001110000100101100011110100011111101 | eba3b6e384b1e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)