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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 飮ο┷^ | 10011111010110101000001111001101100001001011100001011110 | 9f5a83cd84b85e |
EUC-JP | 飮ο┷^ | 11011101101110111010011011001111101010001011101001011110 | ddbba6cfa8ba5e |
UTF-8 | 飮ο┷^ | 111010011010001110101110110011101011111111100010100101001011011101011110 | e9a3aecebfe294b75e |
UHC | 飮ο┷^ | 11101011111001101010010111101111101001101011101001011110 | ebe6a5efa6ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)