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 | 壌厲ミ柴霾 | 100011111110101111111010100011101101000010001110110001001110100011001000 | 8febfa8ed08ec4e8c8 |
EUC-JP | 壌厲ミ柴霾 | 1011111011101101100011111011010011010000100011101101000010111100110001101111000011001010 | beed8fb4d08ed0bcc6f0ca |
UTF-8 | 壌厲ミ柴霾 | 111001011010001110001100111001011000111010110010111011111011111010010000111001101001111110110100111010011001110010111110 | e5a38ce58eb2efbe90e69fb4e99cbe |
UHC | ???柴? | 001111110011111100111111111000111100001100111111 | 3f3f3fe3c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)