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 | ??????M^ | 0011111100111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f3f4d5e |
SJIS-WIN | ?????分M^ | 001111110011111100111111001111110011111110010101101010100100110101011110 | 3f3f3f3f3f95aa4d5e |
EUC-JP | ?????分M^ | 001111110011111100111111001111110011111111001010101011000100110101011110 | 3f3f3f3f3fcaac4d5e |
UTF-8 | 렺쩡렒렺쩡分M^ | 1110101110100000101110101110110010101001101000011110101110100000100100101110101110100000101110101110110010101001101000011110010110001000100001100100110101011110 | eba0baeca9a1eba092eba0baeca9a1e588864d5e |
UHC | 렺쩡렒렺쩡分M^ | 1000111011000010110000101100010010001110101001111000111011000010110000101100010011011101110000100100110101011110 | 8ec2c2c48ea78ec2c2c4ddc24d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)