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 | ðÛÓ© | 11110000110110111101001110101001 | f0dbd3a9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ðÛÓ© | 100011111010100111000011100011111010101011100101100011111010101011010001100011111010001011101101 | 8fa9c38faae58faad18fa2ed |
UTF-8 | ðÛÓ© | 1100001110110000110000111001101111000011100100111100001010101001 | c3b0c39bc393c2a9 |
UHC | ð??? | 1010100110100011001111110011111100111111 | a9a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)