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 | Þ¤Ô» | 11011110101001001101010010111011 | dea4d4bb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Þ¤Ô? | 10001111101010011011000010001111101000101111000010001111101010101101010000111111 | 8fa9b08fa2f08faad43f |
UTF-8 | Þ¤Ô» | 1100001110011110110000101010010011000011100101001100001010111011 | c39ec2a4c394c2bb |
UHC | Þ¤?? | 101010001010110110100010101101000011111100111111 | a8ada2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)