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{^ | 1110100110100111101011011110110010111111101001100101011101111101111010011010011110101101111011001011111110100110010101110111101101011110 | e9a7adecbfa6577de9a7adecbfa6577b5e |
UHC | 駭쿦W}駭쿦W{^ | 11111010101101001011001101011000010101110111110111111010101101001011001101011000010101110111101101011110 | fab4b358577dfab4b358577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)