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è | 111001000100110010001111011011011000110111101000 | e44c8f6d8de8 |
SJIS-WIN | ?L?m?? | 001111110100110000111111011011010011111100111111 | 3f4c3f6d3f3f |
EUC-JP | äL?m?è | 10001111101010111010001101001100001111110110110100111111100011111010101110110010 | 8faba34c3f6d3f8fabb2 |
UTF-8 | äLmè | 11000011101001000100110011000010100011110110110111000010100011011100001110101000 | c3a44cc28f6dc28dc3a8 |
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)