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 | 1000111111001001101100001111110101000111 | 8fc9b0fd47 |
SJIS-WIN | ??°?G | 001111110011111110000001100010110011111101000111 | 3f3f818b3f47 |
EUC-JP | ?É°ýG | 00111111100011111010101010110001101000011110101110001111101010111111001001000111 | 3f8faab1a1eb8fabf247 |
UTF-8 | É°ýG | 110000101000111111000011100010011100001010110000110000111011110101000111 | c28fc389c2b0c3bd47 |
UHC | ??°?G | 001111110011111110100001110001100011111101000111 | 3f3fa1c63f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)