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 | Á¢èí | 1100000110100010100011111110100011101101 | c1a28fe8ed |
SJIS-WIN | ?¢??? | 001111111000000110010001001111110011111100111111 | 3f81913f3f3f |
EUC-JP | Á¢?èí | 100011111010101010100001101000011111000100111111100011111010101110110010100011111010101110111111 | 8faaa1a1f13f8fabb28fabbf |
UTF-8 | Á¢èí | 11000011100000011100001010100010110000101000111111000011101010001100001110101101 | c381c2a2c28fc3a8c3ad |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)