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 | ????S | 0011111100111111001111110011111101010011 | 3f3f3f3f53 |
SJIS-WIN | 他速辰綻S | 100100011011110010010001101011001001001001000011100100100101110101010011 | 91bc91ac9243925d53 |
EUC-JP | 他速辰綻S | 110000101011111011000010101011101100001110100100110000111011111001010011 | c2bec2aec3a4c3be53 |
UTF-8 | 他速辰綻S | 11100100101110111001011011101001100000001001111111101000101111101011000011100111101101101011101101010011 | e4bb96e9809fe8beb0e7b6bb53 |
UHC | 他速辰綻S | 111101101110001011100001110111001111001011100011111101111010101001010011 | f6e2e1dcf2e3f7aa53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)