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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 驩櫁ュキ謖ィB | 11101001100010011001111011101000101011011011011111100110100011001010100001000010 | e9899ee8adb7e68ca842 |
EUC-JP | 驩櫁ュキ謖ィB | 11110001111010011101110011101010100011101010110110001110101101111110101111101100100011101010100001000010 | f1e9dcea8ead8eb7ebec8ea842 |
UTF-8 | 驩櫁ュキ謖ィB | 11101001101010011010100111100110101010111000000111101111101111011010110111101111101111011011011111101000101011001001011011101111101111011010100001000010 | e9a9a9e6ab81efbdadefbdb7e8ac96efbda842 |
UHC | 驩???謖?B | 111111001011111000111111001111110011111111100001110110100011111101000010 | fcbe3f3f3fe1da3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)