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???C^ | 001111110011111100111111010000110011111100111111001111110100001101011110 | 3f3f3f433f3f3f435e |
SJIS-WIN | シヲCシヲC^ | 1111000011110100101111001010011001000011111100001111010010111100101001100100001101011110 | f0f4bca643f0f4bca6435e |
EUC-JP | ?シヲC?シヲC^ | 00111111100011101011110010001110101001100100001100111111100011101011110010001110101001100100001101011110 | 3f8ebc8ea6433f8ebc8ea6435e |
UTF-8 | シヲCシヲC^ | 111011101000001010110011111011111011110110111100111011111011110110100110010000111110111010000010101100111110111110111101101111001110111110111101101001100100001101011110 | ee82b3efbdbcefbda643ee82b3efbdbcefbda6435e |
UHC | ???C???C^ | 001111110011111100111111010000110011111100111111001111110100001101011110 | 3f3f3f433f3f3f435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)