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 | 褞鳶カ寘懷 | 111001011111000010010011110011101011011011111010101010011001110011100101 | e5f093ceb6faa99ce5 |
EUC-JP | 褞鳶カ寘懷 | 1110101011110010110001101101000010001110101101101000111110111010111000011101100011100111 | eaf2c6d08eb68fbae1d8e7 |
UTF-8 | 褞鳶カ寘懷 | 111010001010010010011110111010011011001110110110111011111011110110110110111001011010111110011000111001101000011110110111 | e8a49ee9b3b6efbdb6e5af98e687b7 |
UHC | ?鳶??懷 | 00111111111001101110100100111111001111111111110011100011 | 3fe6e93f3ffce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)