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 | ¶Ìè¸v | 10001110101101101000111011001100111010001011100001110110 | 8eb68ecce8b876 |
SJIS-WIN | ?¶????v | 0011111110000001111101110011111100111111001111110011111101110110 | 3f81f73f3f3f3f76 |
EUC-JP | ?¶?Ìè¸v | 0011111110100010111110010011111110001111101010101100000010001111101010111011001010001111101000101011000101110110 | 3fa2f93f8faac08fabb28fa2b176 |
UTF-8 | ¶Ìè¸v | 11000010100011101100001010110110110000101000111011000011100011001100001110101000110000101011100001110110 | c28ec2b6c28ec38cc3a8c2b876 |
UHC | ?¶???¸v | 001111111010001011010010001111110011111100111111101000101010110001110110 | 3fa2d23f3f3fa2ac76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)