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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 閼ア騾滓酪B | 11101000100001001011000111101001100000001001111111100110100101111000111101000010 | e884b1e9809fe6978f42 |
EUC-JP | 閼ア騾滓酪B | 1110111111100100100011101011000111110001111000001101111011101000110011011110111101000010 | efe48eb1f1e0dee8cdef42 |
UTF-8 | 閼ア騾滓酪B | 11101001100101101011110011101111101111011011000111101001101010001011111011100110101110111001001111101001100001011010101001000010 | e996bcefbdb1e9a8bee6bb93e985aa42 |
UHC | 閼??滓酪B | 111001001101100100111111001111111110111010101011110101011010110001000010 | e4d93f3feeabd5ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)