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 | 荐件臭^ | 11100100101001101000110010001111100011110100110001011110 | e4a68c8f8f4c5e |
EUC-JP | 荐件臭^ | 11101000101010001011011111101111101111011010110101011110 | e8a8b7efbdad5e |
UTF-8 | 荐件臭^ | 11101000100011011001000011100100101110111011011011101000100001111010110101011110 | e88d90e4bbb6e887ad5e |
UHC | ?件臭^ | 001111111100101111101100111101101010101101011110 | 3fcbecf6ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)