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 | ÞºÞº^ | 1101111010111010110111101011101001011110 | debadeba5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÞºÞº^ | 10001111101010011011000010001111101000101110101110001111101010011011000010001111101000101110101101011110 | 8fa9b08fa2eb8fa9b08fa2eb5e |
UTF-8 | ÞºÞº^ | 110000111001111011000010101110101100001110011110110000101011101001011110 | c39ec2bac39ec2ba5e |
UHC | ÞºÞº^ | 101010001010110110101000101011001010100010101101101010001010110001011110 | a8ada8aca8ada8ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)