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Ö鸧 | 111110110100011111010110111010011011100010100111 | fb47d6e9b8a7 |
SJIS-WIN | ?G???§ | 00111111010001110011111100111111001111111000000110011000 | 3f473f3f3f8198 |
EUC-JP | ûGÖ鸧 | 100011111010101111100101010001111000111110101010110100111000111110101011101100011000111110100010101100011010000111111000 | 8fabe5478faad38fabb18fa2b1a1f8 |
UTF-8 | ûGÖ鸧 | 1100001110111011010001111100001110010110110000111010100111000010101110001100001010100111 | c3bb47c396c3a9c2b8c2a7 |
UHC | ?G??¸§ | 0011111101000111001111110011111110100010101011001010000111010111 | 3f473f3fa2aca1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)