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ú¹~ | 100101110111001111111010101110011001011101111110 | 9773fab9977e |
SJIS-WIN | ?s???~ | 001111110111001100111111001111110011111101111110 | 3f733f3f3f7e |
EUC-JP | ?sú??~ | 0011111101110011100011111010101111100010001111110011111101111110 | 3f738fabe23f3f7e |
UTF-8 | sú¹~ | 11000010100101110111001111000011101110101100001010111001110000101001011101111110 | c29773c3bac2b9c2977e |
UHC | ?s?¹?~ | 00111111011100110011111110101001111101100011111101111110 | 3f733fa9f63f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)