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ï | 11100100010011011001110011101111 | e44d9cef |
SJIS-WIN | ?M?? | 00111111010011010011111100111111 | 3f4d3f3f |
EUC-JP | äM?ï | 1000111110101011101000110100110100111111100011111010101111000001 | 8faba34d3f8fabc1 |
UTF-8 | äMï | 11000011101001000100110111000010100111001100001110101111 | c3a44dc29cc3af |
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)