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 | س]n}س]n{^ | 1101100010110011010111010110111001111101110110001011001101011101011011100111101101011110 | d8b35d6e7dd8b35d6e7b5e |
SJIS-WIN | ??]n}??]n{^ | 0011111100111111010111010110111001111101001111110011111101011101011011100111101101011110 | 3f3f5d6e7d3f3f5d6e7b5e |
EUC-JP | Ø?]n}Ø?]n{^ | 100011111010100110101100001111110101110101101110011111011000111110101001101011000011111101011101011011100111101101011110 | 8fa9ac3f5d6e7d8fa9ac3f5d6e7b5e |
UTF-8 | س]n}س]n{^ | 110000111001100011000010101100110101110101101110011111011100001110011000110000101011001101011101011011100111101101011110 | c398c2b35d6e7dc398c2b35d6e7b5e |
UHC | س]n}س]n{^ | 101010001010101010101001111110000101110101101110011111011010100010101010101010011111100001011101011011100111101101011110 | a8aaa9f85d6e7da8aaa9f85d6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)