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 | Ö°W}Ö°W{^ | 110101101011000001010111011111011101011010110000010101110111101101011110 | d6b0577dd6b0577b5e |
SJIS-WIN | ?°W}?°W{^ | 0011111110000001100010110101011101111101001111111000000110001011010101110111101101011110 | 3f818b577d3f818b577b5e |
EUC-JP | Ö°W}Ö°W{^ | 100011111010101011010011101000011110101101010111011111011000111110101010110100111010000111101011010101110111101101011110 | 8faad3a1eb577d8faad3a1eb577b5e |
UTF-8 | Ö°W}Ö°W{^ | 11000011100101101100001010110000010101110111110111000011100101101100001010110000010101110111101101011110 | c396c2b0577dc396c2b0577b5e |
UHC | ?°W}?°W{^ | 0011111110100001110001100101011101111101001111111010000111000110010101110111101101011110 | 3fa1c6577d3fa1c6577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)