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 | ?????y\ | 00111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f795c |
SJIS-WIN | ツ偲づ督」y\ | 11000010100011101100001110000010110000111001001111000010101000110111100101011100 | c28ec382c393c2a3795c |
EUC-JP | ツ偲づ督」y\ | 100011101100001010111100110001011010010011000101110001101100010010001110101000110111100101011100 | 8ec2bcc5a4c5c6c48ea3795c |
UTF-8 | ツ偲づ督」y\ | 1110111110111110100000101110010110000001101100101110001110000001101001011110011110011101101000111110111110111101101000110111100101011100 | efbe82e581b2e381a5e79da3efbda3795c |
UHC | ??づ督?y\ | 001111110011111110101010110001011101010010111101001111110111100101011100 | 3f3faac5d4bd3f795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)