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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ??麝?’\ | 0011111100111111111010100110110000111111100000010110011001011100 | 3f3fea6c3f81665c |
EUC-JP | ??麝?’\ | 0011111100111111111100111100110100111111101000011100011101011100 | 3f3ff3cd3fa1c75c |
UTF-8 | 룴가麝한’\ | 11101011101000111011010011101010101100001000000011101001101110101001110111101101100101011001110011100010100000001001100101011100 | eba3b4eab080e9ba9ded959ce280995c |
UHC | 룴가麝한’\ | 1000111110101001101100001010000111011110111110101100011111010001101000011010111101011100 | 8fa9b0a1defac7d1a1af5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)