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 | ¢°ý]H | 100011111010001010110000111111010101110101001000 | 8fa2b0fd5d48 |
SJIS-WIN | ?¢°?]H | 0011111110000001100100011000000110001011001111110101110101001000 | 3f8191818b3f5d48 |
EUC-JP | ?¢°ý]H | 00111111101000011111000110100001111010111000111110101011111100100101110101001000 | 3fa1f1a1eb8fabf25d48 |
UTF-8 | ¢°ý]H | 11000010100011111100001010100010110000101011000011000011101111010101110101001000 | c28fc2a2c2b0c3bd5d48 |
UHC | ??°?]H | 00111111001111111010000111000110001111110101110101001000 | 3f3fa1c63f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)