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^ | 1110110011110110101011100110011101011110 | ecf6ae675e |
SJIS-WIN | ???g^ | 0011111100111111001111110110011101011110 | 3f3f3f675e |
EUC-JP | ìö®g^ | 1000111110101011110000001000111110101011110100111000111110100010111011100110011101011110 | 8fabc08fabd38fa2ee675e |
UTF-8 | ìö®g^ | 1100001110101100110000111011011011000010101011100110011101011110 | c3acc3b6c2ae675e |
UHC | ??®g^ | 001111110011111110100010111001110110011101011110 | 3f3fa2e7675e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)