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 | 髻悶髻 | 111010011001111110010110111000111110100110011111 | e99f96e3e99f |
EUC-JP | 髻悶髻 | 111100101010000111001100111001011111001010100001 | f2a1cce5f2a1 |
UTF-8 | 髻悶髻 | 111010011010101110111011111001101000001010110110111010011010101110111011 | e9abbbe682b6e9abbb |
UHC | ?悶? | 00111111110110101011111100111111 | 3fdabf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)