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 | ânâI | 110000111010001001101110110000111010001001001001 | c3a26ec3a249 |
SJIS-WIN | ?¢n?¢I | 0011111110000001100100010110111000111111100000011001000101001001 | 3f81916e3f819149 |
EUC-JP | ânâI | 100011111010101010101010101000011111000101101110100011111010101010101010101000011111000101001001 | 8faaaaa1f16e8faaaaa1f149 |
UTF-8 | ânâI | 11000011100000111100001010100010011011101100001110000011110000101010001001001001 | c383c2a26ec383c2a249 |
UHC | ??n??I | 001111110011111101101110001111110011111101001001 | 3f3f6e3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)