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 | âÑâà | 111000101101000111100010100010111110000010001011 | e2d1e28be08b |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | âÑâ?à? | 1000111110101011101001001000111110101010110100001000111110101011101001000011111110001111101010111010001000111111 | 8faba48faad08faba43f8faba23f |
UTF-8 | âÑâà | 110000111010001011000011100100011100001110100010110000101000101111000011101000001100001010001011 | c3a2c391c3a2c28bc3a0c28b |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)