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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???賊?^ | 00111111001111110011111110010001101011110011111101011110 | 3f3f3f91af3f5e |
EUC-JP | ???賊?^ | 00111111001111110011111111000010101100010011111101011110 | 3f3f3fc2b13f5e |
UTF-8 | 롚렋렍賊렚^ | 11101011101000011001101011101011101000001000101111101011101000001000110111101000101100111000101011101011101000001001101001011110 | eba19aeba08beba08de8b38aeba09a5e |
UHC | 롚렋렍賊렚^ | 1000111011011110100011101010001010001110101000111110111011100100100011101010110101011110 | 8ede8ea28ea3eee48ead5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)