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 | ðÃc^ | 110000111011000011000011100000000110001101011110 | c3b0c380635e |
SJIS-WIN | ?°??c^ | 00111111100000011000101100111111001111110110001101011110 | 3f818b3f3f635e |
EUC-JP | ð�c^ | 1000111110101010101010101010000111101011100011111010101010101010001111110110001101011110 | 8faaaaa1eb8faaaa3f635e |
UTF-8 | ðÃc^ | 11000011100000111100001010110000110000111000001111000010100000000110001101011110 | c383c2b0c383c280635e |
UHC | ?°??c^ | 00111111101000011100011000111111001111110110001101011110 | 3fa1c63f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)