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 | 釶願♀^ | 11100111110111111000101011101000100000011000101001011110 | e7df8ae8818a5e |
EUC-JP | 釶願♀^ | 11101110111000011011010011101010101000011110101001011110 | eee1b4eaa1ea5e |
UTF-8 | 釶願♀^ | 11101001100001111011011011101001101000011001100011100010100110011000000001011110 | e987b6e9a198e299805e |
UHC | ?願♀^ | 001111111110101011000011101000011100111101011110 | 3feac3a1cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)