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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 凋麝變 | 100100101001110011101010011011001001110111001100 | 929cea6c9dcc |
EUC-JP | 凋麝變 | 110000111111110011110011110011011101101011001110 | c3fcf3cddace |
UTF-8 | 凋麝變 | 111001011000011110001011111010011011101010011101111010001010111010001010 | e5878be9ba9de8ae8a |
UHC | 凋麝變 | 111100001011110111011110111110101101110010101000 | f0bddefadca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)