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 | 飮ο┷ | 100111110101101010000011110011011000010010111000 | 9f5a83cd84b8 |
EUC-JP | 飮ο┷ | 110111011011101110100110110011111010100010111010 | ddbba6cfa8ba |
UTF-8 | 飮ο┷ | 1110100110100011101011101100111010111111111000101001010010110111 | e9a3aecebfe294b7 |
UHC | 飮ο┷ | 111010111110011010100101111011111010011010111010 | ebe6a5efa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)