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 | ???F???v | 0011111100111111001111110100011000111111001111110011111101110110 | 3f3f3f463f3f3f76 |
SJIS-WIN | ???F???v | 0011111100111111001111110100011000111111001111110011111101110110 | 3f3f3f463f3f3f76 |
EUC-JP | ???F???v | 0011111100111111001111110100011000111111001111110011111101110110 | 3f3f3f463f3f3f76 |
UTF-8 | 챠챈혳F챌짰혧v | 1110110010110001101000001110110010110001100010001110110110011000101100110100011011101100101100011000110011101100101001111011000011101101100110001010011101110110 | ecb1a0ecb188ed98b346ecb18ceca7b0ed98a776 |
UHC | 챠챈혳F챌짰혧v | 1100001110101101110000111010011011000010100110100100011011000011101001111100001010101110110000101000111101110110 | c3adc3a6c29a46c3a7c2aec28f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)