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 | OQW}OQW{^ | 1001011101001111010100010101011101111101100101110100111101010001010101110111101101011110 | 974f51577d974f51577b5e |
SJIS-WIN | ?OQW}?OQW{^ | 0011111101001111010100010101011101111101001111110100111101010001010101110111101101011110 | 3f4f51577d3f4f51577b5e |
EUC-JP | ?OQW}?OQW{^ | 0011111101001111010100010101011101111101001111110100111101010001010101110111101101011110 | 3f4f51577d3f4f51577b5e |
UTF-8 | OQW}OQW{^ | 11000010100101110100111101010001010101110111110111000010100101110100111101010001010101110111101101011110 | c2974f51577dc2974f51577b5e |
UHC | ?OQW}?OQW{^ | 0011111101001111010100010101011101111101001111110100111101010001010101110111101101011110 | 3f4f51577d3f4f51577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)