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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 以?煜 | 1000100011001000001111111111101101010101 | 88c83ffb55 |
EUC-JP | 以?煜 | 101100001100101000111111100011111100100111111100 | b0ca3f8fc9fc |
UTF-8 | 以렞煜 | 111001001011101110100101111010111010000010011110111001111000010110011100 | e4bba5eba09ee7859c |
UHC | 以렞煜 | 111011001010010010001110101011111110100111110010 | eca48eafe9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)