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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 塢?[}塢?[{^ | 1001101011000111001111110101101101111101100110101100011100111111010110110111101101011110 | 9ac73f5b7d9ac73f5b7b5e |
EUC-JP | 塢?[}塢?[{^ | 1101010011001001001111110101101101111101110101001100100100111111010110110111101101011110 | d4c93f5b7dd4c93f5b7b5e |
UTF-8 | 塢덼[}塢덼[{^ | 1110010110100001101000101110101110001101101111000101101101111101111001011010000110100010111010111000110110111100010110110111101101011110 | e5a1a2eb8dbc5b7de5a1a2eb8dbc5b7b5e |
UHC | 塢덼[}塢덼[{^ | 11100111111100011000100101001111010110110111110111100111111100011000100101001111010110110111101101011110 | e7f1894f5b7de7f1894f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)