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 | 11100011011100010011111110010010101000100011111101010011 | e3713f92a23f53 |
EUC-JP | 縡?弔?S | 11100101110100100011111111000100101001000011111101010011 | e5d23fc4a43f53 |
UTF-8 | 縡렕弔렟S | 11100111101110001010000111101011101000001001010111100101101111001001010011101011101000001001111101010011 | e7b8a1eba095e5bc94eba09f53 |
UHC | 縡렕弔렟S | 111011101010110110001110101010101111000011000000100011101011000001010011 | eead8eaaf0c08eb053 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)