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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 稔?薔?B | 10010110101010110011111111100101010010110011111101000010 | 96ab3fe54b3f42 |
EUC-JP | 稔?薔?B | 11001100101011010011111111101001101011000011111101000010 | ccad3fe9ac3f42 |
UTF-8 | 稔렔薔렔B | 11100111101010001001010011101011101000001001010011101000100101101001010011101011101000001001010001000010 | e7a894eba094e89694eba09442 |
UHC | 稔렔薔렔B | 111011001111100110001110101010011110110111111001100011101010100101000010 | ecf98ea9edf98ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)