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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鵡凅鵡凅^ | 100101101011011110011001011110001001011010110111100110010111100001011110 | 96b7997896b799785e |
EUC-JP | 鵡凅鵡凅^ | 110011001011100111010001110110011100110010111001110100011101100101011110 | ccb9d1d9ccb9d1d95e |
UTF-8 | 鵡凅鵡凅^ | 11101001101101011010000111100101100001111000010111101001101101011010000111100101100001111000010101011110 | e9b5a1e58785e9b5a1e587855e |
UHC | 鵡?鵡?^ | 11011001111101110011111111011001111101110011111101011110 | d9f73fd9f73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)