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? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | ??緬M? | 001111110011111110010110110010010100110100111111 | 3f3f96c94d3f |
EUC-JP | ??緬M? | 001111110011111111001100110010110100110100111111 | 3f3fcccb4d3f |
UTF-8 | 뤶풆緬M렚 | 11101011101001001011011011101101100100101000011011100111101101111010110001001101111010111010000010011010 | eba4b6ed9286e7b7ac4deba09a |
UHC | 뤶풆緬M렚 | 100011111110010010111110100011101101100011111011010011011000111010101101 | 8fe4be8ed8fb4d8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)