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 | 酌執}酌執{^ | 1000111011011110100011101011011101111101100011101101111010001110101101110111101101011110 | 8ede8eb77d8ede8eb77b5e |
EUC-JP | 酌執}酌執{^ | 1011110011100000101111001011100101111101101111001110000010111100101110010111101101011110 | bce0bcb97dbce0bcb97b5e |
UTF-8 | 酌執}酌執{^ | 111010011000010110001100111001011001111110110111011111011110100110000101100011001110010110011111101101110111101101011110 | e9858ce59fb77de9858ce59fb77b5e |
UHC | 酌執}酌執{^ | 1110110111001100111100101111101101111101111011011100110011110010111110110111101101011110 | edccf2fb7dedccf2fb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)