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 | åeèù | 11100101011001011110100011111001 | e565e8f9 |
SJIS-WIN | ?e?? | 00111111011001010011111100111111 | 3f653f3f |
EUC-JP | åeèù | 10001111101010111010100101100101100011111010101110110010100011111010101111100011 | 8faba9658fabb28fabe3 |
UTF-8 | åeèù | 11000011101001010110010111000011101010001100001110111001 | c3a565c3a8c3b9 |
UHC | ?e?? | 00111111011001010011111100111111 | 3f653f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)