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 | ñÂÔºP | 1111000111000010110101001011101001010000 | f1c2d4ba50 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ñÂÔºP | 10001111101010111101000010001111101010101010010010001111101010101101010010001111101000101110101101010000 | 8fabd08faaa48faad48fa2eb50 |
UTF-8 | ñÂÔºP | 110000111011000111000011100000101100001110010100110000101011101001010000 | c3b1c382c394c2ba50 |
UHC | ???ºP | 001111110011111100111111101010001010110001010000 | 3f3f3fa8ac50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)