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 | ???d???dB | 001111110011111100111111011001000011111100111111001111110110010001000010 | 3f3f3f643f3f3f6442 |
SJIS-WIN | シヲdシヲdB | 1111000011110100101111001010011001100100111100001111010010111100101001100110010001000010 | f0f4bca664f0f4bca66442 |
EUC-JP | ?シヲd?シヲdB | 00111111100011101011110010001110101001100110010000111111100011101011110010001110101001100110010001000010 | 3f8ebc8ea6643f8ebc8ea66442 |
UTF-8 | シヲdシヲdB | 111011101000001010110011111011111011110110111100111011111011110110100110011001001110111010000010101100111110111110111101101111001110111110111101101001100110010001000010 | ee82b3efbdbcefbda664ee82b3efbdbcefbda66442 |
UHC | ???d???dB | 001111110011111100111111011001000011111100111111001111110110010001000010 | 3f3f3f643f3f3f6442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)