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{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
EUC-JP | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
UTF-8 | 略틁W}略틁W{^ | 1110111110100101101101101110110110001011100000010101011101111101111011111010010110110110111011011000101110000001010101110111101101011110 | efa5b6ed8b81577defa5b6ed8b81577b5e |
UHC | 略틁W}略틁W{^ | 11100101101100101011101001101110010101110111110111100101101100101011101001101110010101110111101101011110 | e5b2ba6e577de5b2ba6e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)