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 | ??X? | 00111111001111110101100000111111 | 3f3f583f |
SJIS-WIN | 鴣鹿X | 11101001111100111000111010101101010110001111001010111111 | e9f38ead58f2bf |
EUC-JP | 鴣鹿X? | 111100101111010110111100101011110101100000111111 | f2f5bcaf583f |
UTF-8 | 鴣鹿X | 11101001101101001010001111101001101110011011111101011000111011101000011110110110 | e9b4a3e9b9bf58ee87b6 |
UHC | ?鹿X? | 0011111111010110111000110101100000111111 | 3fd6e3583f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)