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 | ò£¹ÞG | 1111001010100011101110011101111001000111 | f2a3b9de47 |
SJIS-WIN | ?£??G | 001111111000000110010010001111110011111101000111 | 3f81923f3f47 |
EUC-JP | ò£?ÞG | 10001111101010111101001010100001111100100011111110001111101010011011000001000111 | 8fabd2a1f23f8fa9b047 |
UTF-8 | ò£¹ÞG | 110000111011001011000010101000111100001010111001110000111001111001000111 | c3b2c2a3c2b9c39e47 |
UHC | ??¹ÞG | 00111111001111111010100111110110101010001010110101000111 | 3f3fa9f6a8ad47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)