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 | 齊肆?給τ | 111010101000111011100011111001100011111110001011100010111000001111010001 | ea8ee3e63f8b8b83d1 |
EUC-JP | 齊肆?給τ | 111100111110111011100110111010000011111110110101111010111010011011010011 | f3eee6e83fb5eba6d3 |
UTF-8 | 齊肆렚給τ | 1110100110111101100010101110100010000010100001101110101110100000100110101110011110110101101001101100111110000100 | e9bd8ae88286eba09ae7b5a6cf84 |
UHC | 齊肆렚給τ | 11110000101110101101111011101011100011101010110111010000111001011010010111110011 | f0badeeb8eadd0e5a5f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)