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 | ò¢½Éò¢ | 111100101010001010111101110010011111001010100010 | f2a2bdc9f2a2 |
SJIS-WIN | ?¢???¢ | 0011111110000001100100010011111100111111001111111000000110010001 | 3f81913f3f3f8191 |
EUC-JP | ò¢?Éò¢ | 1000111110101011110100101010000111110001001111111000111110101010101100011000111110101011110100101010000111110001 | 8fabd2a1f13f8faab18fabd2a1f1 |
UTF-8 | ò¢½Éò¢ | 110000111011001011000010101000101100001010111101110000111000100111000011101100101100001010100010 | c3b2c2a2c2bdc389c3b2c2a2 |
UHC | ??½??? | 00111111001111111010100011110110001111110011111100111111 | 3f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)