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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ンオ贍 | 11011101101101011110011011010110 | ddb5e6d6 |
EUC-JP | ンオ贍 | 100011101101110110001110101101011110110011011000 | 8edd8eb5ecd8 |
UTF-8 | ンオ贍 | 111011111011111010011101111011111011110110110101111010001011010010001101 | efbe9defbdb5e8b48d |
UHC | ??贍 | 00111111001111111110000011101011 | 3f3fe0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)