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 | 쒀롈뤷殞 | 111011001001001010000000111010111010000110001000111010111010010010110111111001101010111010011110 | ec9280eba188eba4b7e6ae9e |
UHC | 쒀롈뤷殞 | 1011111010101100100011101100111010001111111001011110100111111001 | beac8ece8fe5e9f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)