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 | 篌瞎}篌瞎{^ | 1110001010111010111000011101000001111101111000101011101011100001110100000111101101011110 | e2bae1d07de2bae1d07b5e |
EUC-JP | 篌瞎}篌瞎{^ | 1110010010111100111000101101001001111101111001001011110011100010110100100111101101011110 | e4bce2d27de4bce2d27b5e |
UTF-8 | 篌瞎}篌瞎{^ | 111001111010111110001100111001111001111010001110011111011110011110101111100011001110011110011110100011100111101101011110 | e7af8ce79e8e7de7af8ce79e8e7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)