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 | âî^ | 1100001110100010110000111010111001011110 | c3a2c3ae5e |
SJIS-WIN | ?¢??^ | 001111111000000110010001001111110011111101011110 | 3f81913f3f5e |
EUC-JP | âî^ | 100011111010101010101010101000011111000110001111101010101010101010001111101000101110111001011110 | 8faaaaa1f18faaaa8fa2ee5e |
UTF-8 | âî^ | 110000111000001111000010101000101100001110000011110000101010111001011110 | c383c2a2c383c2ae5e |
UHC | ???®^ | 001111110011111100111111101000101110011101011110 | 3f3f3fa2e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)