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ã | 11101000010011011000101011100011 | e84d8ae3 |
SJIS-WIN | ?M?? | 00111111010011010011111100111111 | 3f4d3f3f |
EUC-JP | èM?ã | 1000111110101011101100100100110100111111100011111010101110101010 | 8fabb24d3f8fabaa |
UTF-8 | èMã | 11000011101010000100110111000010100010101100001110100011 | c3a84dc28ac3a3 |
UHC | ?M?? | 00111111010011010011111100111111 | 3f4d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)