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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 膊蔽膊蔽B | 111001000100110110010101110000011110010001001101100101011100000101000010 | e44d95c1e44d95c142 |
EUC-JP | 膊蔽膊蔽B | 111001111010111011001010110000111110011110101110110010101100001101000010 | e7aecac3e7aecac342 |
UTF-8 | 膊蔽膊蔽B | 11101000100001101000101011101000100101001011110111101000100001101000101011101000100101001011110101000010 | e8868ae894bde8868ae894bd42 |
UHC | 膊蔽膊蔽B | 110110101101101111111000110011001101101011011011111110001100110001000010 | dadbf8ccdadbf8cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)