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?????? | 0011111101001101001111110011111100111111001111110011111100111111 | 3f4d3f3f3f3f3f3f |
SJIS-WIN | ?M?????? | 0011111101001101001111110011111100111111001111110011111100111111 | 3f4d3f3f3f3f3f3f |
EUC-JP | ?M?????? | 0011111101001101001111110011111100111111001111110011111100111111 | 3f4d3f3f3f3f3f3f |
UTF-8 | 묬M뭒묿뭒묿뭒묿 | 11101011101011001010110001001101111010111010110110010010111010111010110010111111111010111010110110010010111010111010110010111111111010111010110110010010111010111010110010111111 | ebacac4debad92ebacbfebad92ebacbfebad92ebacbf |
UHC | 묬M뭒묿뭒묿뭒묿 | 100100100100001101001101100100100101101010010010010011101001001001011010100100100100111010010010010110101001001001001110 | 92434d925a924e925a924e925a924e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)