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^ | 00111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f4d5e |
SJIS-WIN | ?????M^ | 00111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f4d5e |
EUC-JP | ?????M^ | 00111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f4d5e |
UTF-8 | 렻렖렺뗑렢M^ | 1110101110100000101110111110101110100000100101101110101110100000101110101110101110010111100100011110101110100000101000100100110101011110 | eba0bbeba096eba0baeb9791eba0a24d5e |
UHC | 렻렖렺뗑렢M^ | 100011101100001110001110101010111000111011000010101101101100010010001110101100110100110101011110 | 8ec38eab8ec2b6c48eb34d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)