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?\ | 0011111101111110001111110011111100111111010101100011111101011100 | 3f7e3f3f3f563f5c |
SJIS-WIN | ?~???V?\ | 0011111101111110001111110011111100111111010101100011111101011100 | 3f7e3f3f3f563f5c |
EUC-JP | ?~???V?\ | 0011111101111110001111110011111100111111010101100011111101011100 | 3f7e3f3f3f563f5c |
UTF-8 | 챌~혟챠혧V챔\ | 111011001011000110001100011111101110110110011000100111111110110010110001101000001110110110011000101001110101011011101100101100011001010001011100 | ecb18c7eed989fecb1a0ed98a756ecb1945c |
UHC | 챌~혟챠혧V챔\ | 11000011101001110111111011000010100010011100001110101101110000101000111101010110110000111010100001011100 | c3a77ec289c3adc28f56c3a85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)