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 | OW}OW{^ | 100101110100111101010111011111011001011101001111010101110111101101011110 | 974f577d974f577b5e |
SJIS-WIN | ?OW}?OW{^ | 001111110100111101010111011111010011111101001111010101110111101101011110 | 3f4f577d3f4f577b5e |
EUC-JP | ?OW}?OW{^ | 001111110100111101010111011111010011111101001111010101110111101101011110 | 3f4f577d3f4f577b5e |
UTF-8 | OW}OW{^ | 1100001010010111010011110101011101111101110000101001011101001111010101110111101101011110 | c2974f577dc2974f577b5e |
UHC | ?OW}?OW{^ | 001111110100111101010111011111010011111101001111010101110111101101011110 | 3f4f577d3f4f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)