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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逞ソ逞曦 | 11100111100101111011111111100111100101111001111001000110 | e797bfe7979e46 |
EUC-JP | 逞ソ逞曦 | 1110110111110111100011101011111111101101111101111101101110100111 | edf78ebfedf7dba7 |
UTF-8 | 逞ソ逞曦 | 111010011000000010011110111011111011110110111111111010011000000010011110111001101001101110100110 | e9809eefbdbfe9809ee69ba6 |
UHC | 逞?逞曦 | 11010110110000010011111111010110110000011111110111110110 | d6c13fd6c1fdf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)