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 | âÞè¾ | 11100010110111101110100010111110 | e2dee8be |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | âÞè? | 10001111101010111010010010001111101010011011000010001111101010111011001000111111 | 8faba48fa9b08fabb23f |
UTF-8 | âÞè¾ | 1100001110100010110000111001111011000011101010001100001010111110 | c3a2c39ec3a8c2be |
UHC | ?Þ?¾ | 001111111010100010101101001111111010100011111010 | 3fa8ad3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)