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 | çºç³¢ | 111001111011101010010100111001111011001110100010 | e7ba94e7b3a2 |
SJIS-WIN | ?????¢ | 00111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f8191 |
EUC-JP | �� | 10001111101010111010111010001111101000101110101100111111100011111010101110101110001111111010000111110001 | 8fabae8fa2eb3f8fabae3fa1f1 |
UTF-8 | çºç³¢ | 110000111010011111000010101110101100001010010100110000111010011111000010101100111100001010100010 | c3a7c2bac294c3a7c2b3c2a2 |
UHC | ?º??³? | 0011111110101000101011000011111100111111101010011111100000111111 | 3fa8ac3f3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)