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 | ???v???v^ | 001111110011111100111111011101100011111100111111001111110111011001011110 | 3f3f3f763f3f3f765e |
SJIS-WIN | シヲvシヲv^ | 1111000011110100101111001010011001110110111100001111010010111100101001100111011001011110 | f0f4bca676f0f4bca6765e |
EUC-JP | ?シヲv?シヲv^ | 00111111100011101011110010001110101001100111011000111111100011101011110010001110101001100111011001011110 | 3f8ebc8ea6763f8ebc8ea6765e |
UTF-8 | シヲvシヲv^ | 111011101000001010110011111011111011110110111100111011111011110110100110011101101110111010000010101100111110111110111101101111001110111110111101101001100111011001011110 | ee82b3efbdbcefbda676ee82b3efbdbcefbda6765e |
UHC | ???v???v^ | 001111110011111100111111011101100011111100111111001111110111011001011110 | 3f3f3f763f3f3f765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)