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 | عnW}عnW{^ | 1101100010111001011011100101011101111101110110001011100101101110010101110111101101011110 | d8b96e577dd8b96e577b5e |
SJIS-WIN | ??nW}??nW{^ | 0011111100111111011011100101011101111101001111110011111101101110010101110111101101011110 | 3f3f6e577d3f3f6e577b5e |
EUC-JP | Ø?nW}Ø?nW{^ | 100011111010100110101100001111110110111001010111011111011000111110101001101011000011111101101110010101110111101101011110 | 8fa9ac3f6e577d8fa9ac3f6e577b5e |
UTF-8 | عnW}عnW{^ | 110000111001100011000010101110010110111001010111011111011100001110011000110000101011100101101110010101110111101101011110 | c398c2b96e577dc398c2b96e577b5e |
UHC | عnW}عnW{^ | 101010001010101010101001111101100110111001010111011111011010100010101010101010011111011001101110010101110111101101011110 | a8aaa9f66e577da8aaa9f66e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)