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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 飮?飮 | 1001111101011010001111111001111101011010 | 9f5a3f9f5a |
EUC-JP | 飮?飮 | 1101110110111011001111111101110110111011 | ddbb3fddbb |
UTF-8 | 飮톂飮 | 111010011010001110101110111011011000011010000010111010011010001110101110 | e9a3aeed8682e9a3ae |
UHC | 飮톂飮 | 111010111110011010110111010101001110101111100110 | ebe6b754ebe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)