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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 磆溏k}磆溏k{^ | 11100001111101011001111111101101011010110111110111100001111101011001111111101101011010110111101101011110 | e1f59fed6b7de1f59fed6b7b5e |
EUC-JP | 磆溏k}磆溏k{^ | 11100010111101111101111011101111011010110111110111100010111101111101111011101111011010110111101101011110 | e2f7deef6b7de2f7deef6b7b5e |
UTF-8 | 磆溏k}磆溏k{^ | 1110011110100011100001101110011010111010100011110110101101111101111001111010001110000110111001101011101010001111011010110111101101011110 | e7a386e6ba8f6b7de7a386e6ba8f6b7b5e |
UHC | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)