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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???殞 | 0011111100111111001111111001111101101101 | 3f3f3f9f6d |
EUC-JP | ???殞 | 0011111100111111001111111101110111001110 | 3f3f3fddce |
UTF-8 | 쒔롎뤷殞 | 111011001001001010010100111010111010000110001110111010111010010010110111111001101010111010011110 | ec9294eba18eeba4b7e6ae9e |
UHC | 쒔롎뤷殞 | 1011111010101101100011101101010010001111111001011110100111111001 | bead8ed48fe5e9f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)