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 | ÐöMn}ÐöMn{^ | 1101000011110110010011010110111001111101110100001111011001001101011011100111101101011110 | d0f64d6e7dd0f64d6e7b5e |
SJIS-WIN | ??Mn}??Mn{^ | 0011111100111111010011010110111001111101001111110011111101001101011011100111101101011110 | 3f3f4d6e7d3f3f4d6e7b5e |
EUC-JP | ?öMn}?öMn{^ | 001111111000111110101011110100110100110101101110011111010011111110001111101010111101001101001101011011100111101101011110 | 3f8fabd34d6e7d3f8fabd34d6e7b5e |
UTF-8 | ÐöMn}ÐöMn{^ | 110000111001000011000011101101100100110101101110011111011100001110010000110000111011011001001101011011100111101101011110 | c390c3b64d6e7dc390c3b64d6e7b5e |
UHC | Ð?Mn}Ð?Mn{^ | 10101000101000100011111101001101011011100111110110101000101000100011111101001101011011100111101101011110 | a8a23f4d6e7da8a23f4d6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)