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 | ûGÖé³ | 1111101101000111110101101110100110110011 | fb47d6e9b3 |
SJIS-WIN | ?G??? | 0011111101000111001111110011111100111111 | 3f473f3f3f |
EUC-JP | ûGÖé? | 1000111110101011111001010100011110001111101010101101001110001111101010111011000100111111 | 8fabe5478faad38fabb13f |
UTF-8 | ûGÖé³ | 110000111011101101000111110000111001011011000011101010011100001010110011 | c3bb47c396c3a9c2b3 |
UHC | ?G??³ | 001111110100011100111111001111111010100111111000 | 3f473f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)