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 | 匿捐゚レ捐 | 1001001110111101100111010110111111011111110110101001110101101111 | 93bd9d6fdfda9d6f |
EUC-JP | 匿捐゚レ捐 | 11000110101111111101100111010000100011101101111110001110110110101101100111010000 | c6bfd9d08edf8edad9d0 |
UTF-8 | 匿捐゚レ捐 | 111001011000110010111111111001101000110110010000111011111011111010011111111011111011111010011010111001101000110110010000 | e58cbfe68d90efbe9fefbe9ae68d90 |
UHC | 匿捐??捐 | 1101001011111011111001101100100000111111001111111110011011001000 | d2fbe6c83f3fe6c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)