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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 篏穢}篏穢{^ | 1110001010111011111000100111000101111101111000101011101111100010011100010111101101011110 | e2bbe2717de2bbe2717b5e |
EUC-JP | 篏穢}篏穢{^ | 1110010010111101111000111101001001111101111001001011110111100011110100100111101101011110 | e4bde3d27de4bde3d27b5e |
UTF-8 | 篏穢}篏穢{^ | 111001111010111110001111111001111010100110100010011111011110011110101111100011111110011110101001101000100111101101011110 | e7af8fe7a9a27de7af8fe7a9a27b5e |
UHC | ?穢}?穢{^ | 001111111110011111011011011111010011111111100111110110110111101101011110 | 3fe7db7d3fe7db7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)