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{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 実勺W}実勺W{^ | 10001110110000001000111011011001010101110111110110001110110000001000111011011001010101110111101101011110 | 8ec08ed9577d8ec08ed9577b5e |
EUC-JP | 実勺W}実勺W{^ | 10111100110000101011110011011011010101110111110110111100110000101011110011011011010101110111101101011110 | bcc2bcdb577dbcc2bcdb577b5e |
UTF-8 | 実勺W}実勺W{^ | 1110010110101110100111111110010110001011101110100101011101111101111001011010111010011111111001011000101110111010010101110111101101011110 | e5ae9fe58bba577de5ae9fe58bba577b5e |
UHC | ?勺W}?勺W{^ | 0011111111101101110000110101011101111101001111111110110111000011010101110111101101011110 | 3fedc3577d3fedc3577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)