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Öé²À | 111110110100011111010110111010011011001011000000 | fb47d6e9b2c0 |
SJIS-WIN | ?G???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
EUC-JP | ûGÖé?À | 1000111110101011111001010100011110001111101010101101001110001111101010111011000100111111100011111010101010100010 | 8fabe5478faad38fabb13f8faaa2 |
UTF-8 | ûGÖé²À | 1100001110111011010001111100001110010110110000111010100111000010101100101100001110000000 | c3bb47c396c3a9c2b2c380 |
UHC | ?G??²? | 00111111010001110011111100111111101010011111011100111111 | 3f473f3fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)