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{^ | 1001100011110100010011010110111001111101100110001111010001001101011011100111101101011110 | 98f44d6e7d98f44d6e7b5e |
SJIS-WIN | ??Mn}??Mn{^ | 0011111100111111010011010110111001111101001111110011111101001101011011100111101101011110 | 3f3f4d6e7d3f3f4d6e7b5e |
EUC-JP | ?ôMn}?ôMn{^ | 001111111000111110101011110101000100110101101110011111010011111110001111101010111101010001001101011011100111101101011110 | 3f8fabd44d6e7d3f8fabd44d6e7b5e |
UTF-8 | ôMn}ôMn{^ | 110000101001100011000011101101000100110101101110011111011100001010011000110000111011010001001101011011100111101101011110 | c298c3b44d6e7dc298c3b44d6e7b5e |
UHC | ??Mn}??Mn{^ | 0011111100111111010011010110111001111101001111110011111101001101011011100111101101011110 | 3f3f4d6e7d3f3f4d6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)