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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?鴨癌^ | 001111111000101010011011100010101110000001011110 | 3f8a9b8ae05e |
EUC-JP | ?鴨癌^ | 001111111011001111111011101101001110001001011110 | 3fb3fbb4e25e |
UTF-8 | 卨鴨癌^ | 11100101100011011010100011101001101101001010100011100111100110011000110001011110 | e58da8e9b4a8e7998c5e |
UHC | 卨鴨癌^ | 11100000110110011110010011100101111001001101111101011110 | e0d9e4e5e4df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)