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{^ | 00111111010101110111110100111111010101110111101101011110 | 3f577d3f577b5e |
SJIS-WIN | 冶W}冶W{^ | 100101101110100001010111011111011001011011101000010101110111101101011110 | 96e8577d96e8577b5e |
EUC-JP | 冶W}冶W{^ | 110011001110101001010111011111011100110011101010010101110111101101011110 | ccea577dccea577b5e |
UTF-8 | 冶W}冶W{^ | 1110010110000110101101100101011101111101111001011000011010110110010101110111101101011110 | e586b6577de586b6577b5e |
UHC | 冶W}冶W{^ | 111001011010011101010111011111011110010110100111010101110111101101011110 | e5a7577de5a7577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)