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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | フンミエ | 110011001101110111010000111100011111100010110100 | ccddd0f1f8b4 |
EUC-JP | フンミ?エ | 100011101100110010001110110111011000111011010000001111111000111010110100 | 8ecc8edd8ed03f8eb4 |
UTF-8 | フンミエ | 111011111011111010001100111011111011111010011101111011111011111010010000111011101000010110110011111011111011110110110100 | efbe8cefbe9defbe90ee85b3efbdb4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)