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 | mPYmPbE | 1000111101101101100100010101000001011001100011110110110110010001010100000110001001000101 | 8f6d9150598f6d91506245 |
SJIS-WIN | ?m?PY?m?PbE | 0011111101101101001111110101000001011001001111110110110100111111010100000110001001000101 | 3f6d3f50593f6d3f506245 |
EUC-JP | ?m?PY?m?PbE | 0011111101101101001111110101000001011001001111110110110100111111010100000110001001000101 | 3f6d3f50593f6d3f506245 |
UTF-8 | mPYmPbE | 110000101000111101101101110000101001000101010000010110011100001010001111011011011100001010010001010100000110001001000101 | c28f6dc2915059c28f6dc291506245 |
UHC | ?m?PY?m?PbE | 0011111101101101001111110101000001011001001111110110110100111111010100000110001001000101 | 3f6d3f50593f6d3f506245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)