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 | Þú½ | 100101101101111011111010101111011000111110011000 | 96defabd8f98 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Þú??? | 00111111100011111010100110110000100011111010101111100010001111110011111100111111 | 3f8fa9b08fabe23f3f3f |
UTF-8 | Þú½ | 110000101001011011000011100111101100001110111010110000101011110111000010100011111100001010011000 | c296c39ec3bac2bdc28fc298 |
UHC | ?Þ?½?? | 0011111110101000101011010011111110101000111101100011111100111111 | 3fa8ad3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)