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 | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
EUC-JP | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
UTF-8 | 쨋횑책쨌v | 11101100101010001000101111101101100110101001000111101100101100011000010111101100101010001000110001110110 | eca88bed9a91ecb185eca88c76 |
UHC | 쨋횑책쨌v | 110000101011011011000011100011001100001110100101110000101011011101110110 | c2b6c38cc3a5c2b776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)