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{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 駭?W}駭?W{^ | 1110100101101110001111110101011101111101111010010110111000111111010101110111101101011110 | e96e3f577de96e3f577b5e |
EUC-JP | 駭?W}駭?W{^ | 1111000111001111001111110101011101111101111100011100111100111111010101110111101101011110 | f1cf3f577df1cf3f577b5e |
UTF-8 | 駭캯W}駭캯W{^ | 1110100110100111101011011110110010111010101011110101011101111101111010011010011110101101111011001011101010101111010101110111101101011110 | e9a7adecbaaf577de9a7adecbaaf577b5e |
UHC | 駭캯W}駭캯W{^ | 11111010101101001011000001001111010101110111110111111010101101001011000001001111010101110111101101011110 | fab4b04f577dfab4b04f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)