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 | 轅?箏弗 | 11100111011101100011111111100010101101011001010110100100 | e7763fe2b595a4 |
EUC-JP | 轅?箏弗 | 11101101110101110011111111100100101101111100101010100110 | edd73fe4b7caa6 |
UTF-8 | 轅렒箏弗 | 111010001011110110000101111010111010000010010010111001111010111010001111111001011011110010010111 | e8bd85eba092e7ae8fe5bc97 |
UHC | 轅렒箏弗 | 1110101010111111100011101010011111101110101101001101110111010111 | eabf8ea7eeb4ddd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)