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{^ | 100100001101011101010111011111011001000011010111010101110111101101011110 | 90d7577d90d7577b5e |
SJIS-WIN | ?×W}?×W{^ | 0011111110000001011111100101011101111101001111111000000101111110010101110111101101011110 | 3f817e577d3f817e577b5e |
EUC-JP | ?×W}?×W{^ | 0011111110100001110111110101011101111101001111111010000111011111010101110111101101011110 | 3fa1df577d3fa1df577b5e |
UTF-8 | ×W}×W{^ | 11000010100100001100001110010111010101110111110111000010100100001100001110010111010101110111101101011110 | c290c397577dc290c397577b5e |
UHC | ?×W}?×W{^ | 0011111110100001101111110101011101111101001111111010000110111111010101110111101101011110 | 3fa1bf577d3fa1bf577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)