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 | 11101101100110001010100001110110 | ed98a876 |
SJIS-WIN | ??¨v | 0011111100111111100000010100111001110110 | 3f3f814e76 |
EUC-JP | í?¨v | 10001111101010111011111100111111101000011010111101110110 | 8fabbf3fa1af76 |
UTF-8 | í¨v | 11000011101011011100001010011000110000101010100001110110 | c3adc298c2a876 |
UHC | ??¨v | 0011111100111111101000011010011101110110 | 3f3fa1a776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)