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 | åVàh | 1110010101010110111000001010110101101000 | e556e0ad68 |
SJIS-WIN | ?V??h | 0011111101010110001111110011111101101000 | 3f563f3f68 |
EUC-JP | åVà?h | 100011111010101110101001010101101000111110101011101000100011111101101000 | 8faba9568faba23f68 |
UTF-8 | åVàh | 1100001110100101010101101100001110100000110000101010110101101000 | c3a556c3a0c2ad68 |
UHC | ?V?h | 001111110101011000111111101000011010100101101000 | 3f563fa1a968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)