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 | ê½Öí¶¹ | 111010101011110111010110111011011011011010111001 | eabdd6edb6b9 |
SJIS-WIN | ????¶? | 00111111001111110011111100111111100000011111011100111111 | 3f3f3f3f81f73f |
EUC-JP | ê?Öí¶? | 10001111101010111011010000111111100011111010101011010011100011111010101110111111101000101111100100111111 | 8fabb43f8faad38fabbfa2f93f |
UTF-8 | ê½Öí¶¹ | 110000111010101011000010101111011100001110010110110000111010110111000010101101101100001010111001 | c3aac2bdc396c3adc2b6c2b9 |
UHC | ?½??¶¹ | 001111111010100011110110001111110011111110100010110100101010100111110110 | 3fa8f63f3fa2d2a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)