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{^ | 100100001100110001010111011111011001000011001100010101110111101101011110 | 90cc577d90cc577b5e |
EUC-JP | 昔W}昔W{^ | 110000001100111001010111011111011100000011001110010101110111101101011110 | c0ce577dc0ce577b5e |
UTF-8 | 昔W}昔W{^ | 1110011010011000100101000101011101111101111001101001100010010100010101110111101101011110 | e69894577de69894577b5e |
UHC | 昔W}昔W{^ | 111000001010111001010111011111011110000010101110010101110111101101011110 | e0ae577de0ae577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)