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 | 飮퇖飮 | 111010011010001110101110111011011000011110010110111010011010001110101110 | e9a3aeed8796e9a3ae |
UHC | 飮퇖飮 | 111010111110011010111000010001111110101111100110 | ebe6b847ebe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)