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 | 醤厲ミ柴霾 | 100011111101110111111010100011101101000010001110110001001110100011001000 | 8fddfa8ed08ec4e8c8 |
EUC-JP | 醤厲ミ柴霾 | 1011111011011111100011111011010011010000100011101101000010111100110001101111000011001010 | bedf8fb4d08ed0bcc6f0ca |
UTF-8 | 醤厲ミ柴霾 | 111010011000011010100100111001011000111010110010111011111011111010010000111001101001111110110100111010011001110010111110 | e986a4e58eb2efbe90e69fb4e99cbe |
UHC | ???柴? | 001111110011111100111111111000111100001100111111 | 3f3f3fe3c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)