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 | 輾?輾?^ | 11100111011110000011111111100111011110000011111101011110 | e7783fe7783f5e |
EUC-JP | 輾?輾?^ | 11101101110110010011111111101101110110010011111101011110 | edd93fedd93f5e |
UTF-8 | 輾離輾離^ | 11101000101111001011111011101111101001111010101011101000101111001011111011101111101001111010101001011110 | e8bcbeefa7aae8bcbeefa7aa5e |
UHC | 輾離輾離^ | 111011111010110111101100110001101110111110101101111011001100011001011110 | efadecc6efadecc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)