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 | 00111111001111110011111101010011 | 3f3f3f53 |
SJIS-WIN | 驪咏粟S | 11101001100010111001100111100111100010001011111001010011 | e98b99e788be53 |
EUC-JP | 驪咏粟S | 11110001111010111101001011101001101100001100000001010011 | f1ebd2e9b0c053 |
UTF-8 | 驪咏粟S | 11101001101010011010101011100101100100101000111111100111101100101001111101010011 | e9a9aae5928fe7b29f53 |
UHC | 驪?粟S | 110101011111000100111111111000011101100001010011 | d5f13fe1d853 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)