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 | 辯滔坩妤ヲ | 111001111000011110011111111010111001101010101110111110101010010010100110 | e7879feb9aaefaa4a6 |
EUC-JP | 辯滔坩妤ヲ | 1110110111100111110111101110110111010100101100001000111110111001101011111000111010100110 | ede7deedd4b08fb9af8ea6 |
UTF-8 | 辯滔坩妤ヲ | 111010001011111010101111111001101011101110010100111001011001110110101001111001011010011010100100111011111011110110100110 | e8beafe6bb94e59da9e5a6a4efbda6 |
UHC | 辯滔??? | 11011100101010101101010010100101001111110011111100111111 | dcaad4a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)