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 | 樗?指?押 | 1001001010010100001111111000111001110111001111111000100110011111 | 92943f8e773f899f |
EUC-JP | 樗?指?押 | 1100001111110100001111111011101111011000001111111011001010100001 | c3f43fbbd83fb2a1 |
UTF-8 | 樗렍指렰押 | 111001101010100010010111111010111010000010001101111001101000110010000111111010111010000010110000111001101000101010111100 | e6a897eba08de68c87eba0b0e68abc |
UHC | 樗렍指렰押 | 11101110110000001000111010100011111100101010011010001110101111011110010011100011 | eec08ea3f2a68ebde4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)