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 | èàµå¢ | 1110100011100000101101011110010110100010 | e8e0b5e5a2 |
SJIS-WIN | ????¢ | 001111110011111100111111001111111000000110010001 | 3f3f3f3f8191 |
EUC-JP | èà?å¢ | 100011111010101110110010100011111010101110100010001111111000111110101011101010011010000111110001 | 8fabb28faba23f8faba9a1f1 |
UTF-8 | èàµå¢ | 11000011101010001100001110100000110000101011010111000011101001011100001010100010 | c3a8c3a0c2b5c3a5c2a2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)