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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 軫???愿?^ | 111001110110011000111111001111110011111110011100110000110011111101011110 | e7663f3f3f9cc33f5e |
EUC-JP | 軫???愿?^ | 111011011100011100111111001111110011111111011000110001010011111101011110 | edc73f3f3fd8c53f5e |
UTF-8 | 軫섞鍊렳愿렟^ | 11101000101110111010101111101100100001001001111011101111101001101001101111101011101000001011001111100110100001001011111111101011101000001001111101011110 | e8bbabec849eefa69beba0b3e684bfeba09f5e |
UHC | 軫섞鍊렳愿렟^ | 11110010111000101011110010101111111001101110100010001110110000001110101010110100100011101011000001011110 | f2e2bcafe6e88ec0eab48eb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)