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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 騾趣スャ] | 11101001100000001000111011101111101111011010110001011101 | e9808eefbdac5d |
EUC-JP | 騾趣スャ] | 111100011110000010111100111100011000111010111101100011101010110001011101 | f1e0bcf18ebd8eac5d |
UTF-8 | 騾趣スャ] | 11101001101010001011111011101000101101101010001111101111101111011011110111101111101111011010110001011101 | e9a8bee8b6a3efbdbdefbdac5d |
UHC | ?趣??] | 001111111111011010101100001111110011111101011101 | 3ff6ac3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)