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 | ?U}?U{^ | 00111111010101010111110100111111010101010111101101011110 | 3f557d3f557b5e |
SJIS-WIN | 荳U}荳U{^ | 111001001011100001010101011111011110010010111000010101010111101101011110 | e4b8557de4b8557b5e |
EUC-JP | 荳U}荳U{^ | 111010001011101001010101011111011110100010111010010101010111101101011110 | e8ba557de8ba557b5e |
UTF-8 | 荳U}荳U{^ | 1110100010001101101100110101010101111101111010001000110110110011010101010111101101011110 | e88db3557de88db3557b5e |
UHC | 荳U}荳U{^ | 110101001110010101010101011111011101010011100101010101010111101101011110 | d4e5557dd4e5557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)