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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 孩模孩模^ | 100110110111011110010110110011011001101101110111100101101100110101011110 | 9b7796cd9b7796cd5e |
EUC-JP | 孩模孩模^ | 110101011101100011001100110011111101010111011000110011001100111101011110 | d5d8cccfd5d8cccf5e |
UTF-8 | 孩模孩模^ | 11100101101011011010100111100110101010001010000111100101101011011010100111100110101010001010000101011110 | e5ada9e6a8a1e5ada9e6a8a15e |
UHC | 孩模孩模^ | 111110101010100111011001101111001111101010101001110110011011110001011110 | faa9d9bcfaa9d9bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)