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 | 聆粮聆粮^ | 111000111101011111100010111011001110001111010111111000101110110001011110 | e3d7e2ece3d7e2ec5e |
EUC-JP | 聆粮聆粮^ | 111001101101100111100100111011101110011011011001111001001110111001011110 | e6d9e4eee6d9e4ee5e |
UTF-8 | 聆粮聆粮^ | 11101000100000011000011011100111101100101010111011101000100000011000011011100111101100101010111001011110 | e88186e7b2aee88186e7b2ae5e |
UHC | 聆粮聆粮^ | 110101101100000011010101110110111101011011000000110101011101101101011110 | d6c0d5dbd6c0d5db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)