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 | ?D???] | 001111110100010000111111001111110011111101011101 | 3f443f3f3f5d |
SJIS-WIN | ?D???] | 001111110100010000111111001111110011111101011101 | 3f443f3f3f5d |
EUC-JP | ?D???] | 001111110100010000111111001111110011111101011101 | 3f443f3f3f5d |
UTF-8 | 챔D혧챠혘] | 1110110010110001100101000100010011101101100110001010011111101100101100011010000011101101100110001001100001011101 | ecb19444ed98a7ecb1a0ed98985d |
UHC | 챔D혧챠혘] | 11000011101010000100010011000010100011111100001110101101110000101000001101011101 | c3a844c28fc3adc2835d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)