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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 횒채횎철짼횞^ | 11101101100110101001001011101100101100011000010011101101100110101000111011101100101100101010000011101100101001111011110011101101100110101001111001011110 | ed9a92ecb184ed9a8eecb2a0eca7bced9a9e5e |
UHC | 횒채횎철짼횞^ | 11000011100011011100001110100100110000111000101011000011101101101100001010110010110000111001011101011110 | c38dc3a4c38ac3b6c2b2c3975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)