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 | ì½ï¦ì | 11101100100011001011110111101111101001101001110011101100 | ec8cbdefa69cec |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ì??ï¦?ì | 100011111010101111000000001111110011111110001111101010111100000110001111101000101100001100111111100011111010101111000000 | 8fabc03f3f8fabc18fa2c33f8fabc0 |
UTF-8 | ì½ï¦ì | 1100001110101100110000101000110011000010101111011100001110101111110000101010011011000010100111001100001110101100 | c3acc28cc2bdc3afc2a6c29cc3ac |
UHC | ??½???? | 0011111100111111101010001111011000111111001111110011111100111111 | 3f3fa8f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)