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 | フル症 | 11001100110110011000111111000111 | ccd98fc7 |
EUC-JP | フル症 | 100011101100110010001110110110011011111011001001 | 8ecc8ed9bec9 |
UTF-8 | フル症 | 111011111011111010001100111011111011111010011001111001111001011110000111 | efbe8cefbe99e79787 |
UHC | ??症 | 00111111001111111111000111111000 | 3f3ff1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)