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^ | 1111001011110100101111001010011001000011111100101111010010111100101001100100001101011110 | f2f4bca643f2f4bca6435e |
EUC-JP | ?シヲC?シヲC^ | 00111111100011101011110010001110101001100100001100111111100011101011110010001110101001100100001101011110 | 3f8ebc8ea6433f8ebc8ea6435e |
UTF-8 | シヲCシヲC^ | 111011101000100010101011111011111011110110111100111011111011110110100110010000111110111010001000101010111110111110111101101111001110111110111101101001100100001101011110 | ee88abefbdbcefbda643ee88abefbdbcefbda6435e |
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)