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 | 11100110111011111011111001010110 | e6efbe56 |
SJIS-WIN | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
EUC-JP | æï?V | 1000111110101001110000011000111110101011110000010011111101010110 | 8fa9c18fabc13f56 |
UTF-8 | æï¾V | 11000011101001101100001110101111110000101011111001010110 | c3a6c3afc2be56 |
UHC | æ?¾V | 101010011010000100111111101010001111101001010110 | a9a13fa8fa56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)