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 | äMm | 11100100010011011001111101101101 | e44d9f6d |
SJIS-WIN | ?M?m | 00111111010011010011111101101101 | 3f4d3f6d |
EUC-JP | äM?m | 100011111010101110100011010011010011111101101101 | 8faba34d3f6d |
UTF-8 | äMm | 110000111010010001001101110000101001111101101101 | c3a44dc29f6d |
UHC | ?M?m | 00111111010011010011111101101101 | 3f4d3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)