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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 悉ソ」 | 1111001010101101100011101011101111110010101100101011111110100011 | f2ad8ebbf2b2bfa3 |
EUC-JP | ?悉?ソ」 | 0011111110111100101111010011111110001110101111111000111010100011 | 3fbcbd3f8ebf8ea3 |
UTF-8 | 悉ソ」 | 111011101000011110100100111001101000001010001001111011101000011110101001111011111011110110111111111011111011110110100011 | ee87a4e68289ee87a9efbdbfefbda3 |
UHC | ?悉??? | 001111111110001111111010001111110011111100111111 | 3fe3fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)