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 | 雅ζ?^ | 100010011110101110000011110001000011111101011110 | 89eb83c43f5e |
EUC-JP | 雅ζ?^ | 101100101110110110100110110001100011111101011110 | b2eda6c63f5e |
UTF-8 | 雅ζ츎^ | 111010011001101110000101110011101011011011101100101110001000111001011110 | e99b85ceb6ecb88e5e |
UHC | 雅ζ츎^ | 11100100101110101010010111100110101011101000100101011110 | e4baa5e6ae895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)