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 | äLm | 111001000100110010001111011011011000111010001100 | e44c8f6d8e8c |
SJIS-WIN | ?L?m?? | 001111110100110000111111011011010011111100111111 | 3f4c3f6d3f3f |
EUC-JP | äL?m?? | 1000111110101011101000110100110000111111011011010011111100111111 | 8faba34c3f6d3f3f |
UTF-8 | äLm | 11000011101001000100110011000010100011110110110111000010100011101100001010001100 | c3a44cc28f6dc28ec28c |
UHC | ?L?m?? | 001111110100110000111111011011010011111100111111 | 3f4c3f6d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)