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?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
SJIS-WIN | ??M?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
EUC-JP | ??M?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
UTF-8 | 묷뢎M듶붌 | 11101011101011001011011111101011101000101000111001001101111010111001001110110110111010111011011010001100 | ebacb7eba28e4deb93b6ebb68c |
UHC | 묷뢎M듶붌 | 100100100100101110001111010010010100110110001010110111011001010011000011 | 924b8f494d8add94c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)