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 | 譎滓匍 | 111001101001100110011111111001101001100110110011 | e6999fe699b3 |
EUC-JP | 譎滓匍 | 111010111111100111011110111010001101001010110101 | ebf9dee8d2b5 |
UTF-8 | 譎滓匍 | 111010001010110110001110111001101011101110010011111001011000110010001101 | e8ad8ee6bb93e58c8d |
UHC | 譎滓匍 | 111111011101001011101110101010111111100011010001 | fdd2eeabf8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)