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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 籃粤籃粤^ | 111000101101010111100010111000111110001011010101111000101110001101011110 | e2d5e2e3e2d5e2e35e |
EUC-JP | 籃粤籃粤^ | 111001001101011111100100111001011110010011010111111001001110010101011110 | e4d7e4e5e4d7e4e55e |
UTF-8 | 籃粤籃粤^ | 11100111101100011000001111100111101100101010010011100111101100011000001111100111101100101010010001011110 | e7b183e7b2a4e7b183e7b2a45e |
UHC | 籃?籃?^ | 11010101101111100011111111010101101111100011111101011110 | d5be3fd5be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)