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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 促息狸揃F | 100100011010001110010001101001111001001001001011100100011011010101000110 | 91a391a7924b91b546 |
EUC-JP | 促息狸揃F | 110000101010010111000010101010011100001110101100110000101011011101000110 | c2a5c2a9c3acc2b746 |
UTF-8 | 促息狸揃F | 11100100101111111000001111100110100000011010111111100111100010111011100011100110100011111000001101000110 | e4bf83e681afe78bb8e68f8346 |
UHC | 促息狸?F | 1111010110110101111000111101001111010111111000010011111101000110 | f5b5e3d3d7e13f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)