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 | 陟夜峺荳ェ | 111010001010000010010110111010011001101110110110111001001011100010101010 | e8a096e99bb6e4b8aa |
EUC-JP | 陟夜峺荳ェ | 11110000101000101100110011101011110101101011100011101000101110101000111010101010 | f0a2ccebd6b8e8ba8eaa |
UTF-8 | 陟夜峺荳ェ | 111010011001100110011111111001011010010010011100111001011011001110111010111010001000110110110011111011111011110110101010 | e9999fe5a49ce5b3bae88db3efbdaa |
UHC | 陟夜?荳? | 1111010010110011111001011010100000111111110101001110010100111111 | f4b3e5a83fd4e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)