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 | ???c???RB | 001111110011111100111111011000110011111100111111001111110101001001000010 | 3f3f3f633f3f3f5242 |
SJIS-WIN | シヲcシヲRB | 1111000011110100101111001010011001100011111100001111010010111100101001100101001001000010 | f0f4bca663f0f4bca65242 |
EUC-JP | ?シヲc?シヲRB | 00111111100011101011110010001110101001100110001100111111100011101011110010001110101001100101001001000010 | 3f8ebc8ea6633f8ebc8ea65242 |
UTF-8 | シヲcシヲRB | 111011101000001010110011111011111011110110111100111011111011110110100110011000111110111010000010101100111110111110111101101111001110111110111101101001100101001001000010 | ee82b3efbdbcefbda663ee82b3efbdbcefbda65242 |
UHC | ???c???RB | 001111110011111100111111011000110011111100111111001111110101001001000010 | 3f3f3f633f3f3f5242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)