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 | 111001001101110110000100100011111000111101010110 | e4dd848f8f56 |
SJIS-WIN | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
EUC-JP | äÝ???V | 10001111101010111010001110001111101010101111001000111111001111110011111101010110 | 8faba38faaf23f3f3f56 |
UTF-8 | äÝV | 1100001110100100110000111001110111000010100001001100001010001111110000101000111101010110 | c3a4c39dc284c28fc28f56 |
UHC | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)