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 | ???堯 | 0011111100111111001111111110101010011111 | 3f3f3fea9f |
EUC-JP | 璵??堯 | 10001111110011001110011000111111001111111111010010100001 | 8fcce63f3ff4a1 |
UTF-8 | 璵볧쓻堯 | 111001111001001010110101111010111011001110100111111011001001001110111011111001011010000010101111 | e792b5ebb3a7ec93bbe5a0af |
UHC | 璵볧쓻堯 | 1110011010100101100100111110110110011101100101101110100011101011 | e6a593ed9d96e8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)