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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 礁釮礁釮^ | 100011111100101011111011101111101000111111001010111110111011111001011110 | 8fcafbbe8fcafbbe5e |
EUC-JP | 礁釮礁釮^ | 1011111011001100100011111110001110110000101111101100110010001111111000111011000001011110 | becc8fe3b0becc8fe3b05e |
UTF-8 | 礁釮礁釮^ | 11100111101001001000000111101001100001111010111011100111101001001000000111101001100001111010111001011110 | e7a481e987aee7a481e987ae5e |
UHC | 礁?礁?^ | 11110101101001110011111111110101101001110011111101011110 | f5a73ff5a73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)