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 | ???賁^ | 001111110011111100111111111001101100101001011110 | 3f3f3fe6ca5e |
EUC-JP | ???賁^ | 001111110011111100111111111011001100110001011110 | 3f3f3feccc5e |
UTF-8 | 렺쌜렺賁^ | 11101011101000001011101011101100100011001001110011101011101000001011101011101000101100111000000101011110 | eba0baec8c9ceba0bae8b3815e |
UHC | 렺쌜렺賁^ | 100011101100001010111101110110111000111011000010110111011101001101011110 | 8ec2bddb8ec2ddd35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)