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 | 賻汐示 | 111001101101000010001110101011001000111010100110 | e6d08eac8ea6 |
EUC-JP | 賻汐示 | 111011001101001010111100101011101011110010101000 | ecd2bcaebca8 |
UTF-8 | 賻汐示 | 111010001011001110111011111001101011000110010000111001111010010010111010 | e8b3bbe6b190e7a4ba |
UHC | 賻汐示 | 110111011011100011100000101100011110001111000110 | ddb8e0b1e3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)