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 | 11101101100110001011000001110110 | ed98b076 |
SJIS-WIN | ??°v | 0011111100111111100000011000101101110110 | 3f3f818b76 |
EUC-JP | í?°v | 10001111101010111011111100111111101000011110101101110110 | 8fabbf3fa1eb76 |
UTF-8 | í°v | 11000011101011011100001010011000110000101011000001110110 | c3adc298c2b076 |
UHC | ??°v | 0011111100111111101000011100011001110110 | 3f3fa1c676 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)