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 | 釈柴粳 | 100011101101111110001110110001001110001011101001 | 8edf8ec4e2e9 |
EUC-JP | 釈柴粳 | 101111001110000110111100110001101110010011101011 | bce1bcc6e4eb |
UTF-8 | 釈柴粳 | 111010011000011110001000111001101001111110110100111001111011001010110011 | e98788e69fb4e7b2b3 |
UHC | ?柴粳 | 0011111111100011110000111100101111010111 | 3fe3c3cbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)