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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 樗???? | 100100101001010000111111001111110011111100111111 | 92943f3f3f3f |
EUC-JP | 樗???? | 110000111111010000111111001111110011111100111111 | c3f43f3f3f3f |
UTF-8 | 樗곌렎잭렍 | 111001101010100010010111111010101011001110001100111010111010000010001110111011001001111010101101111010111010000010001101 | e6a897eab38ceba08eec9eadeba08d |
UHC | 樗곌렎잭렍 | 11101110110000001011000011101010100011101010010011000000111010001000111010100011 | eec0b0ea8ea4c0e88ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)